Html Css Color HEX #EF0387 Deep Pink

📋 copy color: '#EF0387'

red 239 ◦ green 3 ◦ blue 135

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

Shades of Deep Pink #EF0387

Tints of Deep Pink #EF0387

RGB

 RED value IS 239 (93.75% from 255) = 63.4%

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 63.4%
G = 0.8%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF0387 (or 0xEF0387) is known color: Deep Pink. HEX triplet: EF, 03 and 87. RGB value is (239,3,135). Sum of RGB (Red+Green+Blue) = 239+3+135=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0387 is #10FC78. Grayscale: #585858. Windows color (decimal): -1113209 or 8848367. OLE color: 8848367.

HSL color Cylindrical-coordinate representation of color #EF0387: hue angle of 326.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0387 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 3 135 -
CMYK 0 0.99 0.44 0.06
HSL 326.44º 0.98% 0.47% -
HSV(B) 326.44º 0.99% 0.94% -
XYZ 40 20.17 24.71 -
YUV 88.61 154.19 235.27 -
System Red Green Blue C M Y K H S L
Decimal 239 3 135 0 0.99 0.44 0.06 326.44 0.98 0.47
Hex EF 3 87 0 63 2C 6 146 62 2F
Octal 357 3 207 0 143 54 6 506 142 57
Binary 11101111 11 10000111 0 1100011 101100 110 101000110 1100010 101111

Color Harmonies of #EF0387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0387

Black with #EF0387

Text Example


Text Example

White with #EF0387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0387; }

 p { color: rgb(239,3,135); }

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

background-color css

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

 a { background-color: rgb(239,3,135); }

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

border-color css

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

 span { border-color: rgb(239,3,135); }

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