Html Css Color HEX #EF0F98 Deep Pink

📋 copy color: '#EF0F98'

red 239 ◦ green 15 ◦ blue 152

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

Shades of Deep Pink #EF0F98

Tints of Deep Pink #EF0F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.44%

R = 58.87%
G = 3.69%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF0F98 (or 0xEF0F98) is known color: Deep Pink. HEX triplet: EF, 0F and 98. RGB value is (239,15,152). Sum of RGB (Red+Green+Blue) = 239+15+152=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0F98 is #10F067. Grayscale: #616161. Windows color (decimal): -1110120 or 9965551. OLE color: 9965551.

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

Color convert

RGB 239 15 152 -
CMYK 0 0.94 0.36 0.06
HSL 323.3º 0.88% 0.5% -
HSV(B) 323.3º 0.94% 0.94% -
XYZ 41.43 20.96 31.57 -
YUV 97.59 158.71 228.86 -
System Red Green Blue C M Y K H S L
Decimal 239 15 152 0 0.94 0.36 0.06 323.3 0.88 0.5
Hex EF F 98 0 5E 24 6 143 58 32
Octal 357 17 230 0 136 44 6 503 130 62
Binary 11101111 1111 10011000 0 1011110 100100 110 101000011 1011000 110010

Color Harmonies of #EF0F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F98

Black with #EF0F98

Text Example


Text Example

White with #EF0F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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