Html Css Color HEX #E13A5E Cerise

📋 copy color: '#E13A5E'

red 225 ◦ green 58 ◦ blue 94

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

Shades of Cerise #E13A5E

Tints of Cerise #E13A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.38%

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

R = 59.68%
G = 15.38%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E13A5E (or 0xE13A5E) is known color: Cerise. HEX triplet: E1, 3A and 5E. RGB value is (225,58,94). Sum of RGB (Red+Green+Blue) = 225+58+94=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13A5E is #1EC5A1. Grayscale: #707070. Windows color (decimal): -2016674 or 6175457. OLE color: 6175457.

HSL color Cylindrical-coordinate representation of color #E13A5E: hue angle of 347.07º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13A5E is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 58 94 -
CMYK 0 0.74 0.58 0.12
HSL 347.07º 0.74% 0.55% -
HSV(B) 347.07º 0.74% 0.88% -
XYZ 34.58 19.84 12.6 -
YUV 112.04 117.83 208.57 -
System Red Green Blue C M Y K H S L
Decimal 225 58 94 0 0.74 0.58 0.12 347.07 0.74 0.55
Hex E1 3A 5E 0 4A 3A C 15B 4A 37
Octal 341 72 136 0 112 72 14 533 112 67
Binary 11100001 111010 1011110 0 1001010 111010 1100 101011011 1001010 110111

Color Harmonies of #E13A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A5E

Black with #E13A5E

Text Example


Text Example

White with #E13A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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