Html Css Color HEX #EA3389 Deep Cerise

📋 copy color: '#EA3389'

red 234 ◦ green 51 ◦ blue 137

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

Shades of Deep Cerise #EA3389

Tints of Deep Cerise #EA3389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.09%

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

R = 55.45%
G = 12.09%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA3389 (or 0xEA3389) is known color: Deep Cerise. HEX triplet: EA, 33 and 89. RGB value is (234,51,137). Sum of RGB (Red+Green+Blue) = 234+51+137=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3389 is #15CC76. Grayscale: #737373. Windows color (decimal): -1428599 or 8991722. OLE color: 8991722.

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

Color convert

RGB 234 51 137 -
CMYK 0 0.78 0.41 0.08
HSL 331.8º 0.81% 0.56% -
HSV(B) 331.8º 0.78% 0.92% -
XYZ 39.63 21.67 25.76 -
YUV 115.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 234 51 137 0 0.78 0.41 0.08 331.8 0.81 0.56
Hex EA 33 89 0 4E 29 8 14C 51 38
Octal 352 63 211 0 116 51 10 514 121 70
Binary 11101010 110011 10001001 0 1001110 101001 1000 101001100 1010001 111000

Color Harmonies of #EA3389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3389

Black with #EA3389

Text Example


Text Example

White with #EA3389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3389; }

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

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

background-color css

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

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

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

border-color css

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

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

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