Html Css Color HEX #EF0F81 Deep Pink

📋 copy color: '#EF0F81'

red 239 ◦ green 15 ◦ blue 129

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

Shades of Deep Pink #EF0F81

Tints of Deep Pink #EF0F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.68%

R = 62.4%
G = 3.92%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF0F81 (or 0xEF0F81) is known color: Deep Pink. HEX triplet: EF, 0F and 81. RGB value is (239,15,129). Sum of RGB (Red+Green+Blue) = 239+15+129=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0F81 is #10F07E. Grayscale: #5E5E5E. Windows color (decimal): -1110143 or 8458223. OLE color: 8458223.

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

Color convert

RGB 239 15 129 -
CMYK 0 0.94 0.46 0.06
HSL 329.46º 0.88% 0.5% -
HSV(B) 329.46º 0.94% 0.94% -
XYZ 39.73 20.28 22.59 -
YUV 94.97 147.21 230.73 -
System Red Green Blue C M Y K H S L
Decimal 239 15 129 0 0.94 0.46 0.06 329.46 0.88 0.5
Hex EF F 81 0 5E 2E 6 149 58 32
Octal 357 17 201 0 136 56 6 511 130 62
Binary 11101111 1111 10000001 0 1011110 101110 110 101001001 1011000 110010

Color Harmonies of #EF0F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F81

Black with #EF0F81

Text Example


Text Example

White with #EF0F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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