Html Css Color HEX #E0245F Cerise

📋 copy color: '#E0245F'

red 224 ◦ green 36 ◦ blue 95

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

Shades of Cerise #E0245F

Tints of Cerise #E0245F

RGB

 RED value IS 224 (87.89% from 255) = 63.1%

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

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

R = 63.1%
G = 10.14%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0245F (or 0xE0245F) is known color: Cerise. HEX triplet: E0, 24 and 5F. RGB value is (224,36,95). Sum of RGB (Red+Green+Blue) = 224+36+95=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0245F is #1FDBA0. Grayscale: #626262. Windows color (decimal): -2087841 or 6235360. OLE color: 6235360.

HSL color Cylindrical-coordinate representation of color #E0245F: hue angle of 341.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0245F is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 95 -
CMYK 0 0.84 0.58 0.12
HSL 341.17º 0.75% 0.51% -
HSV(B) 341.17º 0.84% 0.88% -
XYZ 33.44 17.94 12.53 -
YUV 98.94 125.78 217.2 -
System Red Green Blue C M Y K H S L
Decimal 224 36 95 0 0.84 0.58 0.12 341.17 0.75 0.51
Hex E0 24 5F 0 54 3A C 155 4B 33
Octal 340 44 137 0 124 72 14 525 113 63
Binary 11100000 100100 1011111 0 1010100 111010 1100 101010101 1001011 110011

Color Harmonies of #E0245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0245F

Black with #E0245F

Text Example


Text Example

White with #E0245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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