Html Css Color HEX #EF108F Deep Pink

📋 copy color: '#EF108F'

red 239 ◦ green 16 ◦ blue 143

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

Shades of Deep Pink #EF108F

Tints of Deep Pink #EF108F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.02%

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

R = 60.05%
G = 4.02%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF108F (or 0xEF108F) is known color: Deep Pink. HEX triplet: EF, 10 and 8F. RGB value is (239,16,143). Sum of RGB (Red+Green+Blue) = 239+16+143=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF108F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF108F is #10EF70. Grayscale: #606060. Windows color (decimal): -1109873 or 9375983. OLE color: 9375983.

HSL color Cylindrical-coordinate representation of color #EF108F: hue angle of 325.83º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF108F is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 16 143 -
CMYK 0 0.93 0.40 0.06
HSL 325.83º 0.87% 0.5% -
HSV(B) 325.83º 0.93% 0.94% -
XYZ 40.74 20.7 27.84 -
YUV 97.16 153.88 229.17 -
System Red Green Blue C M Y K H S L
Decimal 239 16 143 0 0.93 0.40 0.06 325.83 0.87 0.5
Hex EF 10 8F 0 5D 28 6 146 57 32
Octal 357 20 217 0 135 50 6 506 127 62
Binary 11101111 10000 10001111 0 1011101 101000 110 101000110 1010111 110010

Color Harmonies of #EF108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF108F

Black with #EF108F

Text Example


Text Example

White with #EF108F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF108F; }

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

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

background-color css

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

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

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

border-color css

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

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

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