Html Css Color HEX #EA3490 Deep Cerise

📋 copy color: '#EA3490'

red 234 ◦ green 52 ◦ blue 144

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

Shades of Deep Cerise #EA3490

Tints of Deep Cerise #EA3490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.09%

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

R = 54.42%
G = 12.09%
B = 33.49%

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

#EA3490 (or 0xEA3490) is known color: Deep Cerise. HEX triplet: EA, 34 and 90. RGB value is (234,52,144). Sum of RGB (Red+Green+Blue) = 234+52+144=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3490 is #15CB6F. Grayscale: #747474. Windows color (decimal): -1428336 or 9450730. OLE color: 9450730.

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

Color convert

RGB 234 52 144 -
CMYK 0 0.78 0.38 0.08
HSL 329.67º 0.81% 0.56% -
HSV(B) 329.67º 0.78% 0.92% -
XYZ 40.19 21.96 28.51 -
YUV 116.91 143.3 211.52 -
System Red Green Blue C M Y K H S L
Decimal 234 52 144 0 0.78 0.38 0.08 329.67 0.81 0.56
Hex EA 34 90 0 4E 26 8 14A 51 38
Octal 352 64 220 0 116 46 10 512 121 70
Binary 11101010 110100 10010000 0 1001110 100110 1000 101001010 1010001 111000

Color Harmonies of #EA3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3490

Black with #EA3490

Text Example


Text Example

White with #EA3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3490; }

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

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

background-color css

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

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

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

border-color css

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

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

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