Html Css Color HEX #E1408D Deep Cerise

📋 copy color: '#E1408D'

red 225 ◦ green 64 ◦ blue 141

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

Shades of Deep Cerise #E1408D

Tints of Deep Cerise #E1408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.88%

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

R = 52.33%
G = 14.88%
B = 32.79%

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

#E1408D (or 0xE1408D) is known color: Deep Cerise. HEX triplet: E1, 40 and 8D. RGB value is (225,64,141). Sum of RGB (Red+Green+Blue) = 225+64+141=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1408D is #1EBF72. Grayscale: #787878. Windows color (decimal): -2015091 or 9257185. OLE color: 9257185.

HSL color Cylindrical-coordinate representation of color #E1408D: hue angle of 331.3º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1408D is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 141 -
CMYK 0 0.72 0.37 0.12
HSL 331.3º 0.73% 0.57% -
HSV(B) 331.3º 0.72% 0.88% -
XYZ 37.69 21.6 27.38 -
YUV 120.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 225 64 141 0 0.72 0.37 0.12 331.3 0.73 0.57
Hex E1 40 8D 0 48 25 C 14B 49 39
Octal 341 100 215 0 110 45 14 513 111 71
Binary 11100001 1000000 10001101 0 1001000 100101 1100 101001011 1001001 111001

Color Harmonies of #E1408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1408D

Black with #E1408D

Text Example


Text Example

White with #E1408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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