Html Css Color HEX #EF0287 Deep Pink

📋 copy color: '#EF0287'

red 239 ◦ green 2 ◦ blue 135

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

Shades of Deep Pink #EF0287

Tints of Deep Pink #EF0287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 63.56%
G = 0.53%
B = 35.9%

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

#EF0287 (or 0xEF0287) is known color: Deep Pink. HEX triplet: EF, 02 and 87. RGB value is (239,2,135). Sum of RGB (Red+Green+Blue) = 239+2+135=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0287 is #10FD78. Grayscale: #575757. Windows color (decimal): -1113465 or 8848111. OLE color: 8848111.

HSL color Cylindrical-coordinate representation of color #EF0287: hue angle of 326.33º 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 #EF0287 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 2 135 -
CMYK 0 0.99 0.44 0.06
HSL 326.33º 0.98% 0.47% -
HSV(B) 326.33º 0.99% 0.94% -
XYZ 39.99 20.14 24.7 -
YUV 88.03 154.52 235.69 -
System Red Green Blue C M Y K H S L
Decimal 239 2 135 0 0.99 0.44 0.06 326.33 0.98 0.47
Hex EF 2 87 0 63 2C 6 146 62 2F
Octal 357 2 207 0 143 54 6 506 142 57
Binary 11101111 10 10000111 0 1100011 101100 110 101000110 1100010 101111

Color Harmonies of #EF0287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0287

Black with #EF0287

Text Example


Text Example

White with #EF0287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0287; }

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

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

background-color css

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

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

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

border-color css

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

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

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