Html Css Color HEX #EF0D8E Deep Pink

📋 copy color: '#EF0D8E'

red 239 ◦ green 13 ◦ blue 142

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

Shades of Deep Pink #EF0D8E

Tints of Deep Pink #EF0D8E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.3%

 BLUE value IS 142 (55.86% from 255) = 36.04%

R = 60.66%
G = 3.3%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF0D8E (or 0xEF0D8E) is known color: Deep Pink. HEX triplet: EF, 0D and 8E. RGB value is (239,13,142). Sum of RGB (Red+Green+Blue) = 239+13+142=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0D8E is #10F271. Grayscale: #5E5E5E. Windows color (decimal): -1110642 or 9309679. OLE color: 9309679.

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

Color convert

RGB 239 13 142 -
CMYK 0 0.95 0.41 0.06
HSL 325.75º 0.9% 0.49% -
HSV(B) 325.75º 0.95% 0.94% -
XYZ 40.62 20.59 27.42 -
YUV 95.28 154.37 230.51 -
System Red Green Blue C M Y K H S L
Decimal 239 13 142 0 0.95 0.41 0.06 325.75 0.9 0.49
Hex EF D 8E 0 5F 29 6 146 5A 31
Octal 357 15 216 0 137 51 6 506 132 61
Binary 11101111 1101 10001110 0 1011111 101001 110 101000110 1011010 110001

Color Harmonies of #EF0D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D8E

Black with #EF0D8E

Text Example


Text Example

White with #EF0D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D8E; }

 p { color: rgb(239,13,142); }

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

background-color css

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

 a { background-color: rgb(239,13,142); }

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

border-color css

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

 span { border-color: rgb(239,13,142); }

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