Html Css Color HEX #E13F8D Deep Cerise

📋 copy color: '#E13F8D'

red 225 ◦ green 63 ◦ blue 141

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

Shades of Deep Cerise #E13F8D

Tints of Deep Cerise #E13F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 14.69%

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

R = 52.45%
G = 14.69%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E13F8D (or 0xE13F8D) is known color: Deep Cerise. HEX triplet: E1, 3F and 8D. RGB value is (225,63,141). Sum of RGB (Red+Green+Blue) = 225+63+141=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13F8D is #1EC072. Grayscale: #787878. Windows color (decimal): -2015347 or 9256929. OLE color: 9256929.

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

Color convert

RGB 225 63 141 -
CMYK 0 0.72 0.37 0.12
HSL 331.11º 0.73% 0.56% -
HSV(B) 331.11º 0.72% 0.88% -
XYZ 37.64 21.49 27.36 -
YUV 120.33 139.67 202.66 -
System Red Green Blue C M Y K H S L
Decimal 225 63 141 0 0.72 0.37 0.12 331.11 0.73 0.56
Hex E1 3F 8D 0 48 25 C 14B 49 38
Octal 341 77 215 0 110 45 14 513 111 70
Binary 11100001 111111 10001101 0 1001000 100101 1100 101001011 1001001 111000

Color Harmonies of #E13F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F8D

Black with #E13F8D

Text Example


Text Example

White with #E13F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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