Html Css Color HEX #E13D5C Cerise

📋 copy color: '#E13D5C'

red 225 ◦ green 61 ◦ blue 92

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

Shades of Cerise #E13D5C

Tints of Cerise #E13D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.14%

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

R = 59.52%
G = 16.14%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E13D5C (or 0xE13D5C) is known color: Cerise. HEX triplet: E1, 3D and 5C. RGB value is (225,61,92). Sum of RGB (Red+Green+Blue) = 225+61+92=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D5C is #1EC2A3. Grayscale: #717171. Windows color (decimal): -2015908 or 6045153. OLE color: 6045153.

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

Color convert

RGB 225 61 92 -
CMYK 0 0.73 0.59 0.12
HSL 348.66º 0.73% 0.56% -
HSV(B) 348.66º 0.73% 0.88% -
XYZ 34.65 20.12 12.18 -
YUV 113.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 225 61 92 0 0.73 0.59 0.12 348.66 0.73 0.56
Hex E1 3D 5C 0 49 3B C 15D 49 38
Octal 341 75 134 0 111 73 14 535 111 70
Binary 11100001 111101 1011100 0 1001001 111011 1100 101011101 1001001 111000

Color Harmonies of #E13D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D5C

Black with #E13D5C

Text Example


Text Example

White with #E13D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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