Html Css Color HEX #E1255D Cerise

📋 copy color: '#E1255D'

red 225 ◦ green 37 ◦ blue 93

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

Shades of Cerise #E1255D

Tints of Cerise #E1255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.42%

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

R = 63.38%
G = 10.42%
B = 26.2%

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

#E1255D (or 0xE1255D) is known color: Cerise. HEX triplet: E1, 25 and 5D. RGB value is (225,37,93). Sum of RGB (Red+Green+Blue) = 225+37+93=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1255D is #1EDAA2. Grayscale: #636363. Windows color (decimal): -2022051 or 6104545. OLE color: 6104545.

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

Color convert

RGB 225 37 93 -
CMYK 0 0.84 0.59 0.12
HSL 342.13º 0.76% 0.51% -
HSV(B) 342.13º 0.84% 0.88% -
XYZ 33.69 18.12 12.08 -
YUV 99.6 124.28 217.45 -
System Red Green Blue C M Y K H S L
Decimal 225 37 93 0 0.84 0.59 0.12 342.13 0.76 0.51
Hex E1 25 5D 0 54 3B C 156 4C 33
Octal 341 45 135 0 124 73 14 526 114 63
Binary 11100001 100101 1011101 0 1010100 111011 1100 101010110 1001100 110011

Color Harmonies of #E1255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1255D

Black with #E1255D

Text Example


Text Example

White with #E1255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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