Html Css Color HEX #EA199D Deep Pink

📋 copy color: '#EA199D'

red 234 ◦ green 25 ◦ blue 157

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

Shades of Deep Pink #EA199D

Tints of Deep Pink #EA199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 56.25%
G = 6.01%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA199D (or 0xEA199D) is known color: Deep Pink. HEX triplet: EA, 19 and 9D. RGB value is (234,25,157). Sum of RGB (Red+Green+Blue) = 234+25+157=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA199D is #15E662. Grayscale: #666666. Windows color (decimal): -1435235 or 10295786. OLE color: 10295786.

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

Color convert

RGB 234 25 157 -
CMYK 0 0.89 0.33 0.08
HSL 322.11º 0.83% 0.51% -
HSV(B) 322.11º 0.89% 0.92% -
XYZ 40.37 20.62 33.75 -
YUV 102.54 158.74 221.77 -
System Red Green Blue C M Y K H S L
Decimal 234 25 157 0 0.89 0.33 0.08 322.11 0.83 0.51
Hex EA 19 9D 0 59 21 8 142 53 33
Octal 352 31 235 0 131 41 10 502 123 63
Binary 11101010 11001 10011101 0 1011001 100001 1000 101000010 1010011 110011

Color Harmonies of #EA199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA199D

Black with #EA199D

Text Example


Text Example

White with #EA199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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