Html Css Color HEX #EF0F8C Deep Pink

📋 copy color: '#EF0F8C'

red 239 ◦ green 15 ◦ blue 140

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

Shades of Deep Pink #EF0F8C

Tints of Deep Pink #EF0F8C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.81%

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 60.66%
G = 3.81%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF0F8C (or 0xEF0F8C) is known color: Deep Pink. HEX triplet: EF, 0F and 8C. RGB value is (239,15,140). Sum of RGB (Red+Green+Blue) = 239+15+140=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0F8C is #10F073. Grayscale: #5F5F5F. Windows color (decimal): -1110132 or 9179119. OLE color: 9179119.

HSL color Cylindrical-coordinate representation of color #EF0F8C: hue angle of 326.52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F8C is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 15 140 -
CMYK 0 0.94 0.41 0.06
HSL 326.52º 0.88% 0.5% -
HSV(B) 326.52º 0.94% 0.94% -
XYZ 40.5 20.59 26.65 -
YUV 96.23 152.71 229.84 -
System Red Green Blue C M Y K H S L
Decimal 239 15 140 0 0.94 0.41 0.06 326.52 0.88 0.5
Hex EF F 8C 0 5E 29 6 147 58 32
Octal 357 17 214 0 136 51 6 507 130 62
Binary 11101111 1111 10001100 0 1011110 101001 110 101000111 1011000 110010

Color Harmonies of #EF0F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F8C

Black with #EF0F8C

Text Example


Text Example

White with #EF0F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F8C; }

 p { color: rgb(239,15,140); }

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

background-color css

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

 a { background-color: rgb(239,15,140); }

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

border-color css

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

 span { border-color: rgb(239,15,140); }

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