Html Css Color HEX #E13D8D Deep Cerise

📋 copy color: '#E13D8D'

red 225 ◦ green 61 ◦ blue 141

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

Shades of Deep Cerise #E13D8D

Tints of Deep Cerise #E13D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 52.69%
G = 14.29%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E13D8D (or 0xE13D8D) is known color: Deep Cerise. HEX triplet: E1, 3D and 8D. RGB value is (225,61,141). Sum of RGB (Red+Green+Blue) = 225+61+141=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13D8D is #1EC272. Grayscale: #777777. Windows color (decimal): -2015859 or 9256417. OLE color: 9256417.

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

Color convert

RGB 225 61 141 -
CMYK 0 0.73 0.37 0.12
HSL 330.73º 0.73% 0.56% -
HSV(B) 330.73º 0.73% 0.88% -
XYZ 37.53 21.27 27.33 -
YUV 119.16 140.33 203.5 -
System Red Green Blue C M Y K H S L
Decimal 225 61 141 0 0.73 0.37 0.12 330.73 0.73 0.56
Hex E1 3D 8D 0 49 25 C 14B 49 38
Octal 341 75 215 0 111 45 14 513 111 70
Binary 11100001 111101 10001101 0 1001001 100101 1100 101001011 1001001 111000

Color Harmonies of #E13D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D8D

Black with #E13D8D

Text Example


Text Example

White with #E13D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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