Html Css Color HEX #E1245D Cerise

📋 copy color: '#E1245D'

red 225 ◦ green 36 ◦ blue 93

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

Shades of Cerise #E1245D

Tints of Cerise #E1245D

RGB

 RED value IS 225 (88.28% from 255) = 63.56%

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

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

R = 63.56%
G = 10.17%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1245D (or 0xE1245D) is known color: Cerise. HEX triplet: E1, 24 and 5D. RGB value is (225,36,93). Sum of RGB (Red+Green+Blue) = 225+36+93=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1245D is #1EDBA2. Grayscale: #626262. Windows color (decimal): -2022307 or 6104289. OLE color: 6104289.

HSL color Cylindrical-coordinate representation of color #E1245D: hue angle of 341.9º degrees, saturation: 0.76, 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 #E1245D is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 36 93 -
CMYK 0 0.84 0.59 0.12
HSL 341.9º 0.76% 0.51% -
HSV(B) 341.9º 0.84% 0.88% -
XYZ 33.66 18.06 12.07 -
YUV 99.01 124.62 217.87 -
System Red Green Blue C M Y K H S L
Decimal 225 36 93 0 0.84 0.59 0.12 341.9 0.76 0.51
Hex E1 24 5D 0 54 3B C 156 4C 33
Octal 341 44 135 0 124 73 14 526 114 63
Binary 11100001 100100 1011101 0 1010100 111011 1100 101010110 1001100 110011

Color Harmonies of #E1245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1245D

Black with #E1245D

Text Example


Text Example

White with #E1245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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