Html Css Color HEX #EA2791 Deep Cerise

📋 copy color: '#EA2791'

red 234 ◦ green 39 ◦ blue 145

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

Shades of Deep Cerise #EA2791

Tints of Deep Cerise #EA2791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.69%

R = 55.98%
G = 9.33%
B = 34.69%

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

#EA2791 (or 0xEA2791) is known color: Deep Cerise. HEX triplet: EA, 27 and 91. RGB value is (234,39,145). Sum of RGB (Red+Green+Blue) = 234+39+145=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2791 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2791 is #15D86E. Grayscale: #6D6D6D. Windows color (decimal): -1431663 or 9512938. OLE color: 9512938.

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

Color convert

RGB 234 39 145 -
CMYK 0 0.83 0.38 0.08
HSL 327.38º 0.82% 0.54% -
HSV(B) 327.38º 0.83% 0.92% -
XYZ 39.77 20.99 28.74 -
YUV 109.39 148.1 216.88 -
System Red Green Blue C M Y K H S L
Decimal 234 39 145 0 0.83 0.38 0.08 327.38 0.82 0.54
Hex EA 27 91 0 53 26 8 147 52 36
Octal 352 47 221 0 123 46 10 507 122 66
Binary 11101010 100111 10010001 0 1010011 100110 1000 101000111 1010010 110110

Color Harmonies of #EA2791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2791

Black with #EA2791

Text Example


Text Example

White with #EA2791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2791; }

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

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

background-color css

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

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

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

border-color css

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

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

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