Html Css Color HEX #E13E5E Cerise

📋 copy color: '#E13E5E'

red 225 ◦ green 62 ◦ blue 94

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

Shades of Cerise #E13E5E

Tints of Cerise #E13E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.67%

R = 59.06%
G = 16.27%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E13E5E (or 0xE13E5E) is known color: Cerise. HEX triplet: E1, 3E and 5E. RGB value is (225,62,94). Sum of RGB (Red+Green+Blue) = 225+62+94=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E5E is #1EC1A1. Grayscale: #727272. Windows color (decimal): -2015650 or 6176481. OLE color: 6176481.

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

Color convert

RGB 225 62 94 -
CMYK 0 0.72 0.58 0.12
HSL 348.22º 0.73% 0.56% -
HSV(B) 348.22º 0.72% 0.88% -
XYZ 34.79 20.26 12.67 -
YUV 114.39 116.5 206.9 -
System Red Green Blue C M Y K H S L
Decimal 225 62 94 0 0.72 0.58 0.12 348.22 0.73 0.56
Hex E1 3E 5E 0 48 3A C 15C 49 38
Octal 341 76 136 0 110 72 14 534 111 70
Binary 11100001 111110 1011110 0 1001000 111010 1100 101011100 1001001 111000

Color Harmonies of #E13E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13E5E

Black with #E13E5E

Text Example


Text Example

White with #E13E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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