Html Css Color HEX #EA3390 Deep Cerise

📋 copy color: '#EA3390'

red 234 ◦ green 51 ◦ blue 144

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

Shades of Deep Cerise #EA3390

Tints of Deep Cerise #EA3390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 54.55%
G = 11.89%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA3390 (or 0xEA3390) is known color: Deep Cerise. HEX triplet: EA, 33 and 90. RGB value is (234,51,144). Sum of RGB (Red+Green+Blue) = 234+51+144=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3390 is #15CC6F. Grayscale: #747474. Windows color (decimal): -1428592 or 9450474. OLE color: 9450474.

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

Color convert

RGB 234 51 144 -
CMYK 0 0.78 0.38 0.08
HSL 329.51º 0.81% 0.56% -
HSV(B) 329.51º 0.78% 0.92% -
XYZ 40.15 21.87 28.49 -
YUV 116.32 143.63 211.94 -
System Red Green Blue C M Y K H S L
Decimal 234 51 144 0 0.78 0.38 0.08 329.51 0.81 0.56
Hex EA 33 90 0 4E 26 8 14A 51 38
Octal 352 63 220 0 116 46 10 512 121 70
Binary 11101010 110011 10010000 0 1001110 100110 1000 101001010 1010001 111000

Color Harmonies of #EA3390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3390

Black with #EA3390

Text Example


Text Example

White with #EA3390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3390; }

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

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

background-color css

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

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

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

border-color css

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

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

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