Html Css Color HEX #EA1992 Deep Pink

📋 copy color: '#EA1992'

red 234 ◦ green 25 ◦ blue 146

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

Shades of Deep Pink #EA1992

Tints of Deep Pink #EA1992

RGB

 RED value IS 234 (91.8% from 255) = 57.78%

 GREEN value IS 25 (10.16% from 255) = 6.17%

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

R = 57.78%
G = 6.17%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA1992 (or 0xEA1992) is known color: Deep Pink. HEX triplet: EA, 19 and 92. RGB value is (234,25,146). Sum of RGB (Red+Green+Blue) = 234+25+146=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1992 is #15E66D. Grayscale: #656565. Windows color (decimal): -1435246 or 9574890. OLE color: 9574890.

HSL color Cylindrical-coordinate representation of color #EA1992: hue angle of 325.26º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1992 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 25 146 -
CMYK 0 0.89 0.38 0.08
HSL 325.26º 0.83% 0.51% -
HSV(B) 325.26º 0.89% 0.92% -
XYZ 39.47 20.26 29.03 -
YUV 101.29 153.24 222.66 -
System Red Green Blue C M Y K H S L
Decimal 234 25 146 0 0.89 0.38 0.08 325.26 0.83 0.51
Hex EA 19 92 0 59 26 8 145 53 33
Octal 352 31 222 0 131 46 10 505 123 63
Binary 11101010 11001 10010010 0 1011001 100110 1000 101000101 1010011 110011

Color Harmonies of #EA1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1992

Black with #EA1992

Text Example


Text Example

White with #EA1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1992; }

 p { color: rgb(234,25,146); }

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

background-color css

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

 a { background-color: rgb(234,25,146); }

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

border-color css

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

 span { border-color: rgb(234,25,146); }

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