Html Css Color HEX #E2245F Cerise

📋 copy color: '#E2245F'

red 226 ◦ green 36 ◦ blue 95

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

Shades of Cerise #E2245F

Tints of Cerise #E2245F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.61%

R = 63.31%
G = 10.08%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2245F (or 0xE2245F) is known color: Cerise. HEX triplet: E2, 24 and 5F. RGB value is (226,36,95). Sum of RGB (Red+Green+Blue) = 226+36+95=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2245F is #1DDBA0. Grayscale: #636363. Windows color (decimal): -1956769 or 6235362. OLE color: 6235362.

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

Color convert

RGB 226 36 95 -
CMYK 0 0.84 0.58 0.11
HSL 341.37º 0.77% 0.51% -
HSV(B) 341.37º 0.84% 0.89% -
XYZ 34.06 18.26 12.56 -
YUV 99.54 125.45 218.2 -
System Red Green Blue C M Y K H S L
Decimal 226 36 95 0 0.84 0.58 0.11 341.37 0.77 0.51
Hex E2 24 5F 0 54 3A B 155 4D 33
Octal 342 44 137 0 124 72 13 525 115 63
Binary 11100010 100100 1011111 0 1010100 111010 1011 101010101 1001101 110011

Color Harmonies of #E2245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2245F

Black with #E2245F

Text Example


Text Example

White with #E2245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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