Html Css Color HEX #E13A8C Deep Cerise

📋 copy color: '#E13A8C'

red 225 ◦ green 58 ◦ blue 140

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

Shades of Deep Cerise #E13A8C

Tints of Deep Cerise #E13A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 53.19%
G = 13.71%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E13A8C (or 0xE13A8C) is known color: Deep Cerise. HEX triplet: E1, 3A and 8C. RGB value is (225,58,140). Sum of RGB (Red+Green+Blue) = 225+58+140=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13A8C is #1EC573. Grayscale: #757575. Windows color (decimal): -2016628 or 9190113. OLE color: 9190113.

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

Color convert

RGB 225 58 140 -
CMYK 0 0.74 0.38 0.12
HSL 330.54º 0.74% 0.55% -
HSV(B) 330.54º 0.74% 0.88% -
XYZ 37.3 20.93 26.88 -
YUV 117.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 225 58 140 0 0.74 0.38 0.12 330.54 0.74 0.55
Hex E1 3A 8C 0 4A 26 C 14B 4A 37
Octal 341 72 214 0 112 46 14 513 112 67
Binary 11100001 111010 10001100 0 1001010 100110 1100 101001011 1001010 110111

Color Harmonies of #E13A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A8C

Black with #E13A8C

Text Example


Text Example

White with #E13A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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