Html Css Color HEX #EA2994 Deep Cerise

📋 copy color: '#EA2994'

red 234 ◦ green 41 ◦ blue 148

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

Shades of Deep Cerise #EA2994

Tints of Deep Cerise #EA2994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.69%

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

R = 55.32%
G = 9.69%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA2994 (or 0xEA2994) is known color: Deep Cerise. HEX triplet: EA, 29 and 94. RGB value is (234,41,148). Sum of RGB (Red+Green+Blue) = 234+41+148=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2994 is #15D66B. Grayscale: #6E6E6E. Windows color (decimal): -1431148 or 9710058. OLE color: 9710058.

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

Color convert

RGB 234 41 148 -
CMYK 0 0.82 0.37 0.08
HSL 326.74º 0.82% 0.54% -
HSV(B) 326.74º 0.82% 0.92% -
XYZ 40.07 21.22 30 -
YUV 110.91 148.94 215.8 -
System Red Green Blue C M Y K H S L
Decimal 234 41 148 0 0.82 0.37 0.08 326.74 0.82 0.54
Hex EA 29 94 0 52 25 8 147 52 36
Octal 352 51 224 0 122 45 10 507 122 66
Binary 11101010 101001 10010100 0 1010010 100101 1000 101000111 1010010 110110

Color Harmonies of #EA2994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2994

Black with #EA2994

Text Example


Text Example

White with #EA2994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2994; }

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

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

background-color css

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

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

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

border-color css

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

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

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