Html Css Color HEX #EF1092 Deep Pink

📋 copy color: '#EF1092'

red 239 ◦ green 16 ◦ blue 146

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

Shades of Deep Pink #EF1092

Tints of Deep Pink #EF1092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 59.6%
G = 3.99%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF1092 (or 0xEF1092) is known color: Deep Pink. HEX triplet: EF, 10 and 92. RGB value is (239,16,146). Sum of RGB (Red+Green+Blue) = 239+16+146=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1092 is #10EF6D. Grayscale: #616161. Windows color (decimal): -1109870 or 9572591. OLE color: 9572591.

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

Color convert

RGB 239 16 146 -
CMYK 0 0.93 0.39 0.06
HSL 325.02º 0.87% 0.5% -
HSV(B) 325.02º 0.93% 0.94% -
XYZ 40.97 20.8 29.05 -
YUV 97.5 155.38 228.93 -
System Red Green Blue C M Y K H S L
Decimal 239 16 146 0 0.93 0.39 0.06 325.02 0.87 0.5
Hex EF 10 92 0 5D 27 6 145 57 32
Octal 357 20 222 0 135 47 6 505 127 62
Binary 11101111 10000 10010010 0 1011101 100111 110 101000101 1010111 110010

Color Harmonies of #EF1092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1092

Black with #EF1092

Text Example


Text Example

White with #EF1092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1092; }

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

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

background-color css

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

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

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

border-color css

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

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

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