Html Css Color HEX #EA199A Deep Pink

📋 copy color: '#EA199A'

red 234 ◦ green 25 ◦ blue 154

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

Shades of Deep Pink #EA199A

Tints of Deep Pink #EA199A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 56.66%
G = 6.05%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA199A (or 0xEA199A) is known color: Deep Pink. HEX triplet: EA, 19 and 9A. RGB value is (234,25,154). Sum of RGB (Red+Green+Blue) = 234+25+154=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA199A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA199A is #15E665. Grayscale: #656565. Windows color (decimal): -1435238 or 10099178. OLE color: 10099178.

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

Color convert

RGB 234 25 154 -
CMYK 0 0.89 0.34 0.08
HSL 322.97º 0.83% 0.51% -
HSV(B) 322.97º 0.89% 0.92% -
XYZ 40.11 20.52 32.42 -
YUV 102.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 234 25 154 0 0.89 0.34 0.08 322.97 0.83 0.51
Hex EA 19 9A 0 59 22 8 143 53 33
Octal 352 31 232 0 131 42 10 503 123 63
Binary 11101010 11001 10011010 0 1011001 100010 1000 101000011 1010011 110011

Color Harmonies of #EA199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA199A

Black with #EA199A

Text Example


Text Example

White with #EA199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA199A; }

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

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

background-color css

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

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

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

border-color css

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

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

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