Html Css Color HEX #EF1892 Deep Pink

📋 copy color: '#EF1892'

red 239 ◦ green 24 ◦ blue 146

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

Shades of Deep Pink #EF1892

Tints of Deep Pink #EF1892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.87%

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

R = 58.44%
G = 5.87%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF1892 (or 0xEF1892) is known color: Deep Pink. HEX triplet: EF, 18 and 92. RGB value is (239,24,146). Sum of RGB (Red+Green+Blue) = 239+24+146=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF1892 is #10E76D. Grayscale: #656565. Windows color (decimal): -1107822 or 9574639. OLE color: 9574639.

HSL color Cylindrical-coordinate representation of color #EF1892: hue angle of 325.95º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1892 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 146 -
CMYK 0 0.90 0.39 0.06
HSL 325.95º 0.87% 0.52% -
HSV(B) 325.95º 0.9% 0.94% -
XYZ 41.11 21.08 29.1 -
YUV 102.19 152.73 225.58 -
System Red Green Blue C M Y K H S L
Decimal 239 24 146 0 0.90 0.39 0.06 325.95 0.87 0.52
Hex EF 18 92 0 5A 27 6 146 57 34
Octal 357 30 222 0 132 47 6 506 127 64
Binary 11101111 11000 10010010 0 1011010 100111 110 101000110 1010111 110100

Color Harmonies of #EF1892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1892

Black with #EF1892

Text Example


Text Example

White with #EF1892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1892; }

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

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

background-color css

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

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

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

border-color css

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

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

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