Html Css Color HEX #EA3492 Deep Cerise

📋 copy color: '#EA3492'

red 234 ◦ green 52 ◦ blue 146

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

Shades of Deep Cerise #EA3492

Tints of Deep Cerise #EA3492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.04%

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

R = 54.17%
G = 12.04%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA3492 (or 0xEA3492) is known color: Deep Cerise. HEX triplet: EA, 34 and 92. RGB value is (234,52,146). Sum of RGB (Red+Green+Blue) = 234+52+146=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3492 is #15CB6D. Grayscale: #747474. Windows color (decimal): -1428334 or 9581802. OLE color: 9581802.

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

Color convert

RGB 234 52 146 -
CMYK 0 0.78 0.38 0.08
HSL 329.01º 0.81% 0.56% -
HSV(B) 329.01º 0.78% 0.92% -
XYZ 40.35 22.02 29.32 -
YUV 117.13 144.3 211.36 -
System Red Green Blue C M Y K H S L
Decimal 234 52 146 0 0.78 0.38 0.08 329.01 0.81 0.56
Hex EA 34 92 0 4E 26 8 149 51 38
Octal 352 64 222 0 116 46 10 511 121 70
Binary 11101010 110100 10010010 0 1001110 100110 1000 101001001 1010001 111000

Color Harmonies of #EA3492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3492

Black with #EA3492

Text Example


Text Example

White with #EA3492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3492; }

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

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

background-color css

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

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

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

border-color css

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

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

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