Html Css Color HEX #EA2790 Deep Cerise

📋 copy color: '#EA2790'

red 234 ◦ green 39 ◦ blue 144

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

Shades of Deep Cerise #EA2790

Tints of Deep Cerise #EA2790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.35%

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

R = 56.12%
G = 9.35%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA2790 (or 0xEA2790) is known color: Deep Cerise. HEX triplet: EA, 27 and 90. RGB value is (234,39,144). Sum of RGB (Red+Green+Blue) = 234+39+144=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2790 is #15D86F. Grayscale: #6D6D6D. Windows color (decimal): -1431664 or 9447402. OLE color: 9447402.

HSL color Cylindrical-coordinate representation of color #EA2790: hue angle of 327.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2790 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 39 144 -
CMYK 0 0.83 0.38 0.08
HSL 327.69º 0.82% 0.54% -
HSV(B) 327.69º 0.83% 0.92% -
XYZ 39.69 20.96 28.34 -
YUV 109.28 147.6 216.96 -
System Red Green Blue C M Y K H S L
Decimal 234 39 144 0 0.83 0.38 0.08 327.69 0.82 0.54
Hex EA 27 90 0 53 26 8 148 52 36
Octal 352 47 220 0 123 46 10 510 122 66
Binary 11101010 100111 10010000 0 1010011 100110 1000 101001000 1010010 110110

Color Harmonies of #EA2790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2790

Black with #EA2790

Text Example


Text Example

White with #EA2790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2790; }

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

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

background-color css

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

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

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

border-color css

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

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

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