Html Css Color HEX #E0325E Cerise

📋 copy color: '#E0325E'

red 224 ◦ green 50 ◦ blue 94

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

Shades of Cerise #E0325E

Tints of Cerise #E0325E

RGB

 RED value IS 224 (87.89% from 255) = 60.87%

 GREEN value IS 50 (19.92% from 255) = 13.59%

 BLUE value IS 94 (37.11% from 255) = 25.54%

R = 60.87%
G = 13.59%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0325E (or 0xE0325E) is known color: Cerise. HEX triplet: E0, 32 and 5E. RGB value is (224,50,94). Sum of RGB (Red+Green+Blue) = 224+50+94=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0325E is #1FCDA1. Grayscale: #6B6B6B. Windows color (decimal): -2084258 or 6173408. OLE color: 6173408.

HSL color Cylindrical-coordinate representation of color #E0325E: hue angle of 344.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0325E is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 94 -
CMYK 0 0.78 0.58 0.12
HSL 344.83º 0.74% 0.54% -
HSV(B) 344.83º 0.78% 0.88% -
XYZ 33.9 18.94 12.46 -
YUV 107.04 120.65 211.42 -
System Red Green Blue C M Y K H S L
Decimal 224 50 94 0 0.78 0.58 0.12 344.83 0.74 0.54
Hex E0 32 5E 0 4E 3A C 159 4A 36
Octal 340 62 136 0 116 72 14 531 112 66
Binary 11100000 110010 1011110 0 1001110 111010 1100 101011001 1001010 110110

Color Harmonies of #E0325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0325E

Black with #E0325E

Text Example


Text Example

White with #E0325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0325E; }

 p { color: rgb(224,50,94); }

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

background-color css

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

 a { background-color: rgb(224,50,94); }

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

border-color css

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

 span { border-color: rgb(224,50,94); }

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