Html Css Color HEX #EF0D8F Deep Pink

📋 copy color: '#EF0D8F'

red 239 ◦ green 13 ◦ blue 143

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

Shades of Deep Pink #EF0D8F

Tints of Deep Pink #EF0D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 60.51%
G = 3.29%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF0D8F (or 0xEF0D8F) is known color: Deep Pink. HEX triplet: EF, 0D and 8F. RGB value is (239,13,143). Sum of RGB (Red+Green+Blue) = 239+13+143=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0D8F is #10F270. Grayscale: #5F5F5F. Windows color (decimal): -1110641 or 9375215. OLE color: 9375215.

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

Color convert

RGB 239 13 143 -
CMYK 0 0.95 0.40 0.06
HSL 325.49º 0.9% 0.49% -
HSV(B) 325.49º 0.95% 0.94% -
XYZ 40.7 20.62 27.82 -
YUV 95.39 154.87 230.43 -
System Red Green Blue C M Y K H S L
Decimal 239 13 143 0 0.95 0.40 0.06 325.49 0.9 0.49
Hex EF D 8F 0 5F 28 6 145 5A 31
Octal 357 15 217 0 137 50 6 505 132 61
Binary 11101111 1101 10001111 0 1011111 101000 110 101000101 1011010 110001

Color Harmonies of #EF0D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D8F

Black with #EF0D8F

Text Example


Text Example

White with #EF0D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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