Html Css Color HEX #E9325E Cerise

📋 copy color: '#E9325E'

red 233 ◦ green 50 ◦ blue 94

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

Shades of Cerise #E9325E

Tints of Cerise #E9325E

RGB

 RED value IS 233 (91.41% from 255) = 61.8%

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

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

R = 61.8%
G = 13.26%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9325E (or 0xE9325E) is known color: Cerise. HEX triplet: E9, 32 and 5E. RGB value is (233,50,94). Sum of RGB (Red+Green+Blue) = 233+50+94=377 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.80% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 233 - color contains mainly: red. Hex color #E9325E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9325E is #16CDA1. Grayscale: #6D6D6D. Windows color (decimal): -1494434 or 6173417. OLE color: 6173417.

HSL color Cylindrical-coordinate representation of color #E9325E: hue angle of 345.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9325E is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 50 94 -
CMYK 0 0.79 0.60 0.09
HSL 345.57º 0.81% 0.55% -
HSV(B) 345.57º 0.79% 0.91% -
XYZ 36.77 20.41 12.59 -
YUV 109.73 119.13 215.92 -
System Red Green Blue C M Y K H S L
Decimal 233 50 94 0 0.79 0.60 0.09 345.57 0.81 0.55
Hex E9 32 5E 0 4F 3C 9 15A 51 37
Octal 351 62 136 0 117 74 11 532 121 67
Binary 11101001 110010 1011110 0 1001111 111100 1001 101011010 1010001 110111

Color Harmonies of #E9325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9325E

Black with #E9325E

Text Example


Text Example

White with #E9325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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