Html Css Color HEX #E1405D Cerise

📋 copy color: '#E1405D'

red 225 ◦ green 64 ◦ blue 93

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

Shades of Cerise #E1405D

Tints of Cerise #E1405D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.35%

R = 58.9%
G = 16.75%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1405D (or 0xE1405D) is known color: Cerise. HEX triplet: E1, 40 and 5D. RGB value is (225,64,93). Sum of RGB (Red+Green+Blue) = 225+64+93=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1405D is #1EBFA2. Grayscale: #737373. Windows color (decimal): -2015139 or 6111457. OLE color: 6111457.

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

Color convert

RGB 225 64 93 -
CMYK 0 0.72 0.59 0.12
HSL 349.19º 0.73% 0.57% -
HSV(B) 349.19º 0.72% 0.88% -
XYZ 34.86 20.46 12.47 -
YUV 115.45 115.34 206.14 -
System Red Green Blue C M Y K H S L
Decimal 225 64 93 0 0.72 0.59 0.12 349.19 0.73 0.57
Hex E1 40 5D 0 48 3B C 15D 49 39
Octal 341 100 135 0 110 73 14 535 111 71
Binary 11100001 1000000 1011101 0 1001000 111011 1100 101011101 1001001 111001

Color Harmonies of #E1405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1405D

Black with #E1405D

Text Example


Text Example

White with #E1405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1405D; }

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

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

background-color css

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

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

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

border-color css

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

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

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