Html Css Color HEX #E1408B Deep Cerise

📋 copy color: '#E1408B'

red 225 ◦ green 64 ◦ blue 139

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

Shades of Deep Cerise #E1408B

Tints of Deep Cerise #E1408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.48%

R = 52.57%
G = 14.95%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1408B (or 0xE1408B) is known color: Deep Cerise. HEX triplet: E1, 40 and 8B. RGB value is (225,64,139). Sum of RGB (Red+Green+Blue) = 225+64+139=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1408B is #1EBF74. Grayscale: #787878. Windows color (decimal): -2015093 or 9126113. OLE color: 9126113.

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

Color convert

RGB 225 64 139 -
CMYK 0 0.72 0.38 0.12
HSL 332.05º 0.73% 0.57% -
HSV(B) 332.05º 0.72% 0.88% -
XYZ 37.54 21.54 26.6 -
YUV 120.69 138.34 202.4 -
System Red Green Blue C M Y K H S L
Decimal 225 64 139 0 0.72 0.38 0.12 332.05 0.73 0.57
Hex E1 40 8B 0 48 26 C 14C 49 39
Octal 341 100 213 0 110 46 14 514 111 71
Binary 11100001 1000000 10001011 0 1001000 100110 1100 101001100 1001001 111001

Color Harmonies of #E1408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1408B

Black with #E1408B

Text Example


Text Example

White with #E1408B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1408B; }

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

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

background-color css

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

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

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

border-color css

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

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

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