Html Css Color HEX #EA0889 Deep Pink

📋 copy color: '#EA0889'

red 234 ◦ green 8 ◦ blue 137

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

Shades of Deep Pink #EA0889

Tints of Deep Pink #EA0889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

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

R = 61.74%
G = 2.11%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA0889 (or 0xEA0889) is known color: Deep Pink. HEX triplet: EA, 08 and 89. RGB value is (234,8,137). Sum of RGB (Red+Green+Blue) = 234+8+137=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0889 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0889 is #15F776. Grayscale: #595959. Windows color (decimal): -1439607 or 8980714. OLE color: 8980714.

HSL color Cylindrical-coordinate representation of color #EA0889: hue angle of 325.75º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0889 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 8 137 -
CMYK 0 0.97 0.41 0.08
HSL 325.75º 0.93% 0.47% -
HSV(B) 325.75º 0.97% 0.92% -
XYZ 38.53 19.47 25.39 -
YUV 90.28 154.37 230.51 -
System Red Green Blue C M Y K H S L
Decimal 234 8 137 0 0.97 0.41 0.08 325.75 0.93 0.47
Hex EA 8 89 0 61 29 8 146 5D 2F
Octal 352 10 211 0 141 51 10 506 135 57
Binary 11101010 1000 10001001 0 1100001 101001 1000 101000110 1011101 101111

Color Harmonies of #EA0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0889

Black with #EA0889

Text Example


Text Example

White with #EA0889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0889; }

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

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

background-color css

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

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

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

border-color css

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

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

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