Html Css Color HEX #EA2C92 Deep Cerise

📋 copy color: '#EA2C92'

red 234 ◦ green 44 ◦ blue 146

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

Shades of Deep Cerise #EA2C92

Tints of Deep Cerise #EA2C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.38%

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

R = 55.19%
G = 10.38%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA2C92 (or 0xEA2C92) is known color: Deep Cerise. HEX triplet: EA, 2C and 92. RGB value is (234,44,146). Sum of RGB (Red+Green+Blue) = 234+44+146=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2C92 is #15D36D. Grayscale: #707070. Windows color (decimal): -1430382 or 9579754. OLE color: 9579754.

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

Color convert

RGB 234 44 146 -
CMYK 0 0.81 0.38 0.08
HSL 327.79º 0.82% 0.55% -
HSV(B) 327.79º 0.81% 0.92% -
XYZ 40.02 21.37 29.21 -
YUV 112.44 146.95 214.71 -
System Red Green Blue C M Y K H S L
Decimal 234 44 146 0 0.81 0.38 0.08 327.79 0.82 0.55
Hex EA 2C 92 0 51 26 8 148 52 37
Octal 352 54 222 0 121 46 10 510 122 67
Binary 11101010 101100 10010010 0 1010001 100110 1000 101001000 1010010 110111

Color Harmonies of #EA2C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2C92

Black with #EA2C92

Text Example


Text Example

White with #EA2C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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