Html Css Color HEX #EA1993 Deep Pink

📋 copy color: '#EA1993'

red 234 ◦ green 25 ◦ blue 147

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

Shades of Deep Pink #EA1993

Tints of Deep Pink #EA1993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.21%

R = 57.64%
G = 6.16%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA1993 (or 0xEA1993) is known color: Deep Pink. HEX triplet: EA, 19 and 93. RGB value is (234,25,147). Sum of RGB (Red+Green+Blue) = 234+25+147=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1993 is #15E66C. Grayscale: #656565. Windows color (decimal): -1435245 or 9640426. OLE color: 9640426.

HSL color Cylindrical-coordinate representation of color #EA1993: hue angle of 324.98º 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 #EA1993 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 25 147 -
CMYK 0 0.89 0.37 0.08
HSL 324.98º 0.83% 0.51% -
HSV(B) 324.98º 0.89% 0.92% -
XYZ 39.55 20.29 29.44 -
YUV 101.4 153.74 222.58 -
System Red Green Blue C M Y K H S L
Decimal 234 25 147 0 0.89 0.37 0.08 324.98 0.83 0.51
Hex EA 19 93 0 59 25 8 145 53 33
Octal 352 31 223 0 131 45 10 505 123 63
Binary 11101010 11001 10010011 0 1011001 100101 1000 101000101 1010011 110011

Color Harmonies of #EA1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1993

Black with #EA1993

Text Example


Text Example

White with #EA1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1993; }

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

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

background-color css

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

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

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

border-color css

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

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

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