Html Css Color HEX #EA2794 Deep Cerise

📋 copy color: '#EA2794'

red 234 ◦ green 39 ◦ blue 148

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

Shades of Deep Cerise #EA2794

Tints of Deep Cerise #EA2794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 55.58%
G = 9.26%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA2794 (or 0xEA2794) is known color: Deep Cerise. HEX triplet: EA, 27 and 94. RGB value is (234,39,148). Sum of RGB (Red+Green+Blue) = 234+39+148=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2794 is #15D86B. Grayscale: #6D6D6D. Windows color (decimal): -1431660 or 9709546. OLE color: 9709546.

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

Color convert

RGB 234 39 148 -
CMYK 0 0.83 0.37 0.08
HSL 326.46º 0.82% 0.54% -
HSV(B) 326.46º 0.83% 0.92% -
XYZ 40 21.08 29.98 -
YUV 109.73 149.6 216.64 -
System Red Green Blue C M Y K H S L
Decimal 234 39 148 0 0.83 0.37 0.08 326.46 0.82 0.54
Hex EA 27 94 0 53 25 8 146 52 36
Octal 352 47 224 0 123 45 10 506 122 66
Binary 11101010 100111 10010100 0 1010011 100101 1000 101000110 1010010 110110

Color Harmonies of #EA2794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2794

Black with #EA2794

Text Example


Text Example

White with #EA2794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2794; }

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

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

background-color css

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

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

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

border-color css

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

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

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