Html Css Color HEX #EF0F7D Deep Pink

📋 copy color: '#EF0F7D'

red 239 ◦ green 15 ◦ blue 125

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

Shades of Deep Pink #EF0F7D

Tints of Deep Pink #EF0F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 63.06%
G = 3.96%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF0F7D (or 0xEF0F7D) is known color: Deep Pink. HEX triplet: EF, 0F and 7D. RGB value is (239,15,125). Sum of RGB (Red+Green+Blue) = 239+15+125=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F7D is #10F082. Grayscale: #5E5E5E. Windows color (decimal): -1110147 or 8196079. OLE color: 8196079.

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

Color convert

RGB 239 15 125 -
CMYK 0 0.94 0.48 0.06
HSL 330.54º 0.88% 0.5% -
HSV(B) 330.54º 0.94% 0.94% -
XYZ 39.47 20.17 21.22 -
YUV 94.52 145.21 231.06 -
System Red Green Blue C M Y K H S L
Decimal 239 15 125 0 0.94 0.48 0.06 330.54 0.88 0.5
Hex EF F 7D 0 5E 30 6 14B 58 32
Octal 357 17 175 0 136 60 6 513 130 62
Binary 11101111 1111 1111101 0 1011110 110000 110 101001011 1011000 110010

Color Harmonies of #EF0F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F7D

Black with #EF0F7D

Text Example


Text Example

White with #EF0F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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