Html Css Color HEX #E9325D Cerise

📋 copy color: '#E9325D'

red 233 ◦ green 50 ◦ blue 93

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

Shades of Cerise #E9325D

Tints of Cerise #E9325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 61.97%
G = 13.3%
B = 24.73%

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

#E9325D (or 0xE9325D) is known color: Cerise. HEX triplet: E9, 32 and 5D. RGB value is (233,50,93). Sum of RGB (Red+Green+Blue) = 233+50+93=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E9325D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9325D is #16CDA2. Grayscale: #6D6D6D. Windows color (decimal): -1494435 or 6107881. OLE color: 6107881.

HSL color Cylindrical-coordinate representation of color #E9325D: hue angle of 345.9º 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 #E9325D is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 50 93 -
CMYK 0 0.79 0.60 0.09
HSL 345.9º 0.81% 0.55% -
HSV(B) 345.9º 0.79% 0.91% -
XYZ 36.72 20.4 12.36 -
YUV 109.62 118.63 216 -
System Red Green Blue C M Y K H S L
Decimal 233 50 93 0 0.79 0.60 0.09 345.9 0.81 0.55
Hex E9 32 5D 0 4F 3C 9 15A 51 37
Octal 351 62 135 0 117 74 11 532 121 67
Binary 11101001 110010 1011101 0 1001111 111100 1001 101011010 1010001 110111

Color Harmonies of #E9325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9325D

Black with #E9325D

Text Example


Text Example

White with #E9325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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