Html Css Color HEX #ED618A Dark Pink

📋 copy color: '#ED618A'

red 237 ◦ green 97 ◦ blue 138

#ED618A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #ED618A

Tints of Dark Pink #ED618A

RGB

 RED value IS 237 (92.97% from 255) = 50.21%

 GREEN value IS 97 (38.28% from 255) = 20.55%

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 50.21%
G = 20.55%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED618A (or 0xED618A) is known color: Dark Pink. HEX triplet: ED, 61 and 8A. RGB value is (237,97,138). Sum of RGB (Red+Green+Blue) = 237+97+138=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED618A is #129E75. Grayscale: #8F8F8F. Windows color (decimal): -1220214 or 9069037. OLE color: 9069037.

HSL color Cylindrical-coordinate representation of color #ED618A: hue angle of 342.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED618A is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 97 138 -
CMYK 0 0.59 0.42 0.07
HSL 342.43º 0.8% 0.65% -
HSV(B) 342.43º 0.59% 0.93% -
XYZ 43.79 28.39 27.22 -
YUV 143.53 124.88 194.67 -
System Red Green Blue C M Y K H S L
Decimal 237 97 138 0 0.59 0.42 0.07 342.43 0.8 0.65
Hex ED 61 8A 0 3B 2A 7 156 50 41
Octal 355 141 212 0 73 52 7 526 120 101
Binary 11101101 1100001 10001010 0 111011 101010 111 101010110 1010000 1000001

Color Harmonies of #ED618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED618A

Black with #ED618A

Text Example


Text Example

White with #ED618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED618A; }

 p { color: rgb(237,97,138); }

 H1.HeaderClassName
 {
   color: #ED618A;
 }
 .AnyTagClassName
 {
   color: #ED618A;
 }
</style>

background-color css

<style>
 a { background-color: #ED618A; }

 a { background-color: rgb(237,97,138); }

 div.DivClassName
 {
   background-color: #ED618A;
 }
 .BgClassName
 {
   background-color: #ED618A;
 }
</style>

border-color css

<style>
 span { border-color: #ED618A; }

 span { border-color: rgb(237,97,138); }

 td.TdClassName
 {
   border-color: #ED618A;
 }
 .TagClassName
 {
   border-color: #ED618A;
 }
</style>