Html Css Color HEX #EA1889 Deep Pink

📋 copy color: '#EA1889'

red 234 ◦ green 24 ◦ blue 137

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

Shades of Deep Pink #EA1889

Tints of Deep Pink #EA1889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 59.24%
G = 6.08%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA1889 (or 0xEA1889) is known color: Deep Pink. HEX triplet: EA, 18 and 89. RGB value is (234,24,137). Sum of RGB (Red+Green+Blue) = 234+24+137=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1889 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1889 is #15E776. Grayscale: #636363. Windows color (decimal): -1435511 or 8984810. OLE color: 8984810.

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

Color convert

RGB 234 24 137 -
CMYK 0 0.90 0.41 0.08
HSL 327.71º 0.83% 0.51% -
HSV(B) 327.71º 0.9% 0.92% -
XYZ 38.77 19.95 25.47 -
YUV 99.67 149.07 223.81 -
System Red Green Blue C M Y K H S L
Decimal 234 24 137 0 0.90 0.41 0.08 327.71 0.83 0.51
Hex EA 18 89 0 5A 29 8 148 53 33
Octal 352 30 211 0 132 51 10 510 123 63
Binary 11101010 11000 10001001 0 1011010 101001 1000 101001000 1010011 110011

Color Harmonies of #EA1889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1889

Black with #EA1889

Text Example


Text Example

White with #EA1889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1889; }

 p { color: rgb(234,24,137); }

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

background-color css

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

 a { background-color: rgb(234,24,137); }

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

border-color css

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

 span { border-color: rgb(234,24,137); }

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