Html Css Color HEX #E13E5C Cerise

📋 copy color: '#E13E5C'

red 225 ◦ green 62 ◦ blue 92

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

Shades of Cerise #E13E5C

Tints of Cerise #E13E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.36%

 BLUE value IS 92 (36.33% from 255) = 24.27%

R = 59.37%
G = 16.36%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E13E5C (or 0xE13E5C) is known color: Cerise. HEX triplet: E1, 3E and 5C. RGB value is (225,62,92). Sum of RGB (Red+Green+Blue) = 225+62+92=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E5C is #1EC1A3. Grayscale: #727272. Windows color (decimal): -2015652 or 6045409. OLE color: 6045409.

HSL color Cylindrical-coordinate representation of color #E13E5C: hue angle of 348.96º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13E5C is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 62 92 -
CMYK 0 0.72 0.59 0.12
HSL 348.96º 0.73% 0.56% -
HSV(B) 348.96º 0.72% 0.88% -
XYZ 34.71 20.23 12.2 -
YUV 114.16 115.5 207.06 -
System Red Green Blue C M Y K H S L
Decimal 225 62 92 0 0.72 0.59 0.12 348.96 0.73 0.56
Hex E1 3E 5C 0 48 3B C 15D 49 38
Octal 341 76 134 0 110 73 14 535 111 70
Binary 11100001 111110 1011100 0 1001000 111011 1100 101011101 1001001 111000

Color Harmonies of #E13E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13E5C

Black with #E13E5C

Text Example


Text Example

White with #E13E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13E5C; }

 p { color: rgb(225,62,92); }

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

background-color css

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

 a { background-color: rgb(225,62,92); }

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

border-color css

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

 span { border-color: rgb(225,62,92); }

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