Html Css Color HEX #E1405A Cerise

📋 copy color: '#E1405A'

red 225 ◦ green 64 ◦ blue 90

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

Shades of Cerise #E1405A

Tints of Cerise #E1405A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.75%

R = 59.37%
G = 16.89%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1405A (or 0xE1405A) is known color: Cerise. HEX triplet: E1, 40 and 5A. RGB value is (225,64,90). Sum of RGB (Red+Green+Blue) = 225+64+90=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E1405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1405A is #1EBFA5. Grayscale: #737373. Windows color (decimal): -2015142 or 5914849. OLE color: 5914849.

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

Color convert

RGB 225 64 90 -
CMYK 0 0.72 0.60 0.12
HSL 350.31º 0.73% 0.57% -
HSV(B) 350.31º 0.72% 0.88% -
XYZ 34.73 20.41 11.78 -
YUV 115.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 225 64 90 0 0.72 0.60 0.12 350.31 0.73 0.57
Hex E1 40 5A 0 48 3C C 15E 49 39
Octal 341 100 132 0 110 74 14 536 111 71
Binary 11100001 1000000 1011010 0 1001000 111100 1100 101011110 1001001 111001

Color Harmonies of #E1405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1405A

Black with #E1405A

Text Example


Text Example

White with #E1405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1405A; }

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

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

background-color css

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

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

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

border-color css

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

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

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