Html Css Color HEX #EF0187 Deep Pink

📋 copy color: '#EF0187'

red 239 ◦ green 1 ◦ blue 135

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

Shades of Deep Pink #EF0187

Tints of Deep Pink #EF0187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 63.73%
G = 0.27%
B = 36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF0187 (or 0xEF0187) is known color: Deep Pink. HEX triplet: EF, 01 and 87. RGB value is (239,1,135). Sum of RGB (Red+Green+Blue) = 239+1+135=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0187 is #10FE78. Grayscale: #575757. Windows color (decimal): -1113721 or 8847855. OLE color: 8847855.

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

Color convert

RGB 239 1 135 -
CMYK 0 1.00 0.44 0.06
HSL 326.22º 0.99% 0.47% -
HSV(B) 326.22º 1% 0.94% -
XYZ 39.98 20.12 24.7 -
YUV 87.44 154.85 236.1 -
System Red Green Blue C M Y K H S L
Decimal 239 1 135 0 1.00 0.44 0.06 326.22 0.99 0.47
Hex EF 1 87 0 64 2C 6 146 63 2F
Octal 357 1 207 0 144 54 6 506 143 57
Binary 11101111 1 10000111 0 1100100 101100 110 101000110 1100011 101111

Color Harmonies of #EF0187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0187

Black with #EF0187

Text Example


Text Example

White with #EF0187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0187; }

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

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

background-color css

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

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

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

border-color css

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

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

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