Html Css Color HEX #E2325B Cerise

📋 copy color: '#E2325B'

red 226 ◦ green 50 ◦ blue 91

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

Shades of Cerise #E2325B

Tints of Cerise #E2325B

RGB

 RED value IS 226 (88.67% from 255) = 61.58%

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

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 61.58%
G = 13.62%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2325B (or 0xE2325B) is known color: Cerise. HEX triplet: E2, 32 and 5B. RGB value is (226,50,91). Sum of RGB (Red+Green+Blue) = 226+50+91=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E2325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2325B is #1DCDA4. Grayscale: #6B6B6B. Windows color (decimal): -1953189 or 5976802. OLE color: 5976802.

HSL color Cylindrical-coordinate representation of color #E2325B: hue angle of 346.02º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2325B is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 50 91 -
CMYK 0 0.78 0.60 0.11
HSL 346.02º 0.75% 0.54% -
HSV(B) 346.02º 0.78% 0.89% -
XYZ 34.39 19.21 11.79 -
YUV 107.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 226 50 91 0 0.78 0.60 0.11 346.02 0.75 0.54
Hex E2 32 5B 0 4E 3C B 15A 4B 36
Octal 342 62 133 0 116 74 13 532 113 66
Binary 11100010 110010 1011011 0 1001110 111100 1011 101011010 1001011 110110

Color Harmonies of #E2325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2325B

Black with #E2325B

Text Example


Text Example

White with #E2325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2325B; }

 p { color: rgb(226,50,91); }

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

background-color css

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

 a { background-color: rgb(226,50,91); }

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

border-color css

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

 span { border-color: rgb(226,50,91); }

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