Html Css Color HEX #E1429A Deep Cerise

📋 copy color: '#E1429A'

red 225 ◦ green 66 ◦ blue 154

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

Shades of Deep Cerise #E1429A

Tints of Deep Cerise #E1429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.83%

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 50.56%
G = 14.83%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1429A (or 0xE1429A) is known color: Deep Cerise. HEX triplet: E1, 42 and 9A. RGB value is (225,66,154). Sum of RGB (Red+Green+Blue) = 225+66+154=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1429A is #1EBD65. Grayscale: #7B7B7B. Windows color (decimal): -2014566 or 10109665. OLE color: 10109665.

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

Color convert

RGB 225 66 154 -
CMYK 0 0.71 0.32 0.12
HSL 326.79º 0.73% 0.57% -
HSV(B) 326.79º 0.71% 0.88% -
XYZ 38.83 22.24 32.82 -
YUV 123.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 225 66 154 0 0.71 0.32 0.12 326.79 0.73 0.57
Hex E1 42 9A 0 47 20 C 147 49 39
Octal 341 102 232 0 107 40 14 507 111 71
Binary 11100001 1000010 10011010 0 1000111 100000 1100 101000111 1001001 111001

Color Harmonies of #E1429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1429A

Black with #E1429A

Text Example


Text Example

White with #E1429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1429A; }

 p { color: rgb(225,66,154); }

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

background-color css

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

 a { background-color: rgb(225,66,154); }

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

border-color css

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

 span { border-color: rgb(225,66,154); }

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