Html Css Color HEX #E5208D Deep Cerise

📋 copy color: '#E5208D'

red 229 ◦ green 32 ◦ blue 141

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

Shades of Deep Cerise #E5208D

Tints of Deep Cerise #E5208D

RGB

 RED value IS 229 (89.84% from 255) = 56.97%

 GREEN value IS 32 (12.89% from 255) = 7.96%

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

R = 56.97%
G = 7.96%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5208D (or 0xE5208D) is known color: Deep Cerise. HEX triplet: E5, 20 and 8D. RGB value is (229,32,141). Sum of RGB (Red+Green+Blue) = 229+32+141=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E5208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5208D is #1ADF72. Grayscale: #676767. Windows color (decimal): -1761139 or 9248997. OLE color: 9248997.

HSL color Cylindrical-coordinate representation of color #E5208D: hue angle of 326.8º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5208D is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 141 -
CMYK 0 0.86 0.38 0.10
HSL 326.8º 0.79% 0.51% -
HSV(B) 326.8º 0.86% 0.9% -
XYZ 37.64 19.61 27 -
YUV 103.33 149.27 217.64 -
System Red Green Blue C M Y K H S L
Decimal 229 32 141 0 0.86 0.38 0.10 326.8 0.79 0.51
Hex E5 20 8D 0 56 26 A 147 4F 33
Octal 345 40 215 0 126 46 12 507 117 63
Binary 11100101 100000 10001101 0 1010110 100110 1010 101000111 1001111 110011

Color Harmonies of #E5208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5208D

Black with #E5208D

Text Example


Text Example

White with #E5208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5208D; }

 p { color: rgb(229,32,141); }

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

background-color css

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

 a { background-color: rgb(229,32,141); }

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

border-color css

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

 span { border-color: rgb(229,32,141); }

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