Html Css Color HEX #E2325E Cerise

📋 copy color: '#E2325E'

red 226 ◦ green 50 ◦ blue 94

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

Shades of Cerise #E2325E

Tints of Cerise #E2325E

RGB

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

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

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

R = 61.08%
G = 13.51%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2325E (or 0xE2325E) is known color: Cerise. HEX triplet: E2, 32 and 5E. RGB value is (226,50,94). Sum of RGB (Red+Green+Blue) = 226+50+94=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2325E is #1DCDA1. Grayscale: #6B6B6B. Windows color (decimal): -1953186 or 6173410. OLE color: 6173410.

HSL color Cylindrical-coordinate representation of color #E2325E: hue angle of 345º 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 #E2325E is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 50 94 -
CMYK 0 0.78 0.58 0.11
HSL 345º 0.75% 0.54% -
HSV(B) 345º 0.78% 0.89% -
XYZ 34.53 19.26 12.49 -
YUV 107.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 226 50 94 0 0.78 0.58 0.11 345 0.75 0.54
Hex E2 32 5E 0 4E 3A B 159 4B 36
Octal 342 62 136 0 116 72 13 531 113 66
Binary 11100010 110010 1011110 0 1001110 111010 1011 101011001 1001011 110110

Color Harmonies of #E2325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2325E

Black with #E2325E

Text Example


Text Example

White with #E2325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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