Html Css Color HEX #E2245D Cerise

📋 copy color: '#E2245D'

red 226 ◦ green 36 ◦ blue 93

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

Shades of Cerise #E2245D

Tints of Cerise #E2245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.14%

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

R = 63.66%
G = 10.14%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2245D (or 0xE2245D) is known color: Cerise. HEX triplet: E2, 24 and 5D. RGB value is (226,36,93). Sum of RGB (Red+Green+Blue) = 226+36+93=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2245D is #1DDBA2. Grayscale: #636363. Windows color (decimal): -1956771 or 6104290. OLE color: 6104290.

HSL color Cylindrical-coordinate representation of color #E2245D: hue angle of 342º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2245D is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 36 93 -
CMYK 0 0.84 0.59 0.11
HSL 342º 0.77% 0.51% -
HSV(B) 342º 0.84% 0.89% -
XYZ 33.97 18.22 12.08 -
YUV 99.31 124.45 218.37 -
System Red Green Blue C M Y K H S L
Decimal 226 36 93 0 0.84 0.59 0.11 342 0.77 0.51
Hex E2 24 5D 0 54 3B B 156 4D 33
Octal 342 44 135 0 124 73 13 526 115 63
Binary 11100010 100100 1011101 0 1010100 111011 1011 101010110 1001101 110011

Color Harmonies of #E2245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2245D

Black with #E2245D

Text Example


Text Example

White with #E2245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2245D; }

 p { color: rgb(226,36,93); }

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

background-color css

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

 a { background-color: rgb(226,36,93); }

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

border-color css

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

 span { border-color: rgb(226,36,93); }

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