Html Css Color HEX #EA3589 Deep Cerise

📋 copy color: '#EA3589'

red 234 ◦ green 53 ◦ blue 137

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

Shades of Deep Cerise #EA3589

Tints of Deep Cerise #EA3589

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.5%

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

R = 55.19%
G = 12.5%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA3589 (or 0xEA3589) is known color: Deep Cerise. HEX triplet: EA, 35 and 89. RGB value is (234,53,137). Sum of RGB (Red+Green+Blue) = 234+53+137=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3589 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3589 is #15CA76. Grayscale: #747474. Windows color (decimal): -1428087 or 8992234. OLE color: 8992234.

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

Color convert

RGB 234 53 137 -
CMYK 0 0.77 0.41 0.08
HSL 332.15º 0.81% 0.56% -
HSV(B) 332.15º 0.77% 0.92% -
XYZ 39.72 21.84 25.79 -
YUV 116.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 234 53 137 0 0.77 0.41 0.08 332.15 0.81 0.56
Hex EA 35 89 0 4D 29 8 14C 51 38
Octal 352 65 211 0 115 51 10 514 121 70
Binary 11101010 110101 10001001 0 1001101 101001 1000 101001100 1010001 111000

Color Harmonies of #EA3589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3589

Black with #EA3589

Text Example


Text Example

White with #EA3589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3589; }

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

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

background-color css

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

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

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

border-color css

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

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

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