Html Css Color HEX #EA2792 Deep Cerise

📋 copy color: '#EA2792'

red 234 ◦ green 39 ◦ blue 146

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

Shades of Deep Cerise #EA2792

Tints of Deep Cerise #EA2792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 55.85%
G = 9.31%
B = 34.84%

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

#EA2792 (or 0xEA2792) is known color: Deep Cerise. HEX triplet: EA, 27 and 92. RGB value is (234,39,146). Sum of RGB (Red+Green+Blue) = 234+39+146=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2792 is #15D86D. Grayscale: #6D6D6D. Windows color (decimal): -1431662 or 9578474. OLE color: 9578474.

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

Color convert

RGB 234 39 146 -
CMYK 0 0.83 0.38 0.08
HSL 327.08º 0.82% 0.54% -
HSV(B) 327.08º 0.83% 0.92% -
XYZ 39.85 21.02 29.15 -
YUV 109.5 148.6 216.8 -
System Red Green Blue C M Y K H S L
Decimal 234 39 146 0 0.83 0.38 0.08 327.08 0.82 0.54
Hex EA 27 92 0 53 26 8 147 52 36
Octal 352 47 222 0 123 46 10 507 122 66
Binary 11101010 100111 10010010 0 1010011 100110 1000 101000111 1010010 110110

Color Harmonies of #EA2792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2792

Black with #EA2792

Text Example


Text Example

White with #EA2792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2792; }

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

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

background-color css

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

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

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

border-color css

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

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

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