Html Css Color HEX #E13D8F Deep Cerise

📋 copy color: '#E13D8F'

red 225 ◦ green 61 ◦ blue 143

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

Shades of Deep Cerise #E13D8F

Tints of Deep Cerise #E13D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.33%

R = 52.45%
G = 14.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E13D8F (or 0xE13D8F) is known color: Deep Cerise. HEX triplet: E1, 3D and 8F. RGB value is (225,61,143). Sum of RGB (Red+Green+Blue) = 225+61+143=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13D8F is #1EC270. Grayscale: #777777. Windows color (decimal): -2015857 or 9387489. OLE color: 9387489.

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

Color convert

RGB 225 61 143 -
CMYK 0 0.73 0.36 0.12
HSL 330º 0.73% 0.56% -
HSV(B) 330º 0.73% 0.88% -
XYZ 37.68 21.33 28.12 -
YUV 119.38 141.33 203.33 -
System Red Green Blue C M Y K H S L
Decimal 225 61 143 0 0.73 0.36 0.12 330 0.73 0.56
Hex E1 3D 8F 0 49 24 C 14A 49 38
Octal 341 75 217 0 111 44 14 512 111 70
Binary 11100001 111101 10001111 0 1001001 100100 1100 101001010 1001001 111000

Color Harmonies of #E13D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D8F

Black with #E13D8F

Text Example


Text Example

White with #E13D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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