Html Css Color HEX #EF108A Deep Pink

📋 copy color: '#EF108A'

red 239 ◦ green 16 ◦ blue 138

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

Shades of Deep Pink #EF108A

Tints of Deep Pink #EF108A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 60.81%
G = 4.07%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF108A (or 0xEF108A) is known color: Deep Pink. HEX triplet: EF, 10 and 8A. RGB value is (239,16,138). Sum of RGB (Red+Green+Blue) = 239+16+138=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF108A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF108A is #10EF75. Grayscale: #606060. Windows color (decimal): -1109878 or 9048303. OLE color: 9048303.

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

Color convert

RGB 239 16 138 -
CMYK 0 0.93 0.42 0.06
HSL 327.17º 0.87% 0.5% -
HSV(B) 327.17º 0.93% 0.94% -
XYZ 40.37 20.56 25.88 -
YUV 96.59 151.38 229.58 -
System Red Green Blue C M Y K H S L
Decimal 239 16 138 0 0.93 0.42 0.06 327.17 0.87 0.5
Hex EF 10 8A 0 5D 2A 6 147 57 32
Octal 357 20 212 0 135 52 6 507 127 62
Binary 11101111 10000 10001010 0 1011101 101010 110 101000111 1010111 110010

Color Harmonies of #EF108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF108A

Black with #EF108A

Text Example


Text Example

White with #EF108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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