Html Css Color HEX #E13E5A Cerise

📋 copy color: '#E13E5A'

red 225 ◦ green 62 ◦ blue 90

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

Shades of Cerise #E13E5A

Tints of Cerise #E13E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 59.68%
G = 16.45%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E13E5A (or 0xE13E5A) is known color: Cerise. HEX triplet: E1, 3E and 5A. RGB value is (225,62,90). Sum of RGB (Red+Green+Blue) = 225+62+90=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E5A is #1EC1A5. Grayscale: #717171. Windows color (decimal): -2015654 or 5914337. OLE color: 5914337.

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

Color convert

RGB 225 62 90 -
CMYK 0 0.72 0.60 0.12
HSL 349.69º 0.73% 0.56% -
HSV(B) 349.69º 0.72% 0.88% -
XYZ 34.62 20.19 11.75 -
YUV 113.93 114.5 207.22 -
System Red Green Blue C M Y K H S L
Decimal 225 62 90 0 0.72 0.60 0.12 349.69 0.73 0.56
Hex E1 3E 5A 0 48 3C C 15E 49 38
Octal 341 76 132 0 110 74 14 536 111 70
Binary 11100001 111110 1011010 0 1001000 111100 1100 101011110 1001001 111000

Color Harmonies of #E13E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13E5A

Black with #E13E5A

Text Example


Text Example

White with #E13E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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