Html Css Color HEX #E1479A Deep Cerise

📋 copy color: '#E1479A'

red 225 ◦ green 71 ◦ blue 154

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

Shades of Deep Cerise #E1479A

Tints of Deep Cerise #E1479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.78%

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

R = 50%
G = 15.78%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1479A (or 0xE1479A) is known color: Deep Cerise. HEX triplet: E1, 47 and 9A. RGB value is (225,71,154). Sum of RGB (Red+Green+Blue) = 225+71+154=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1479A is #1EB865. Grayscale: #7E7E7E. Windows color (decimal): -2013286 or 10110945. OLE color: 10110945.

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

Color convert

RGB 225 71 154 -
CMYK 0 0.68 0.32 0.12
HSL 327.66º 0.72% 0.58% -
HSV(B) 327.66º 0.68% 0.88% -
XYZ 39.14 22.85 32.92 -
YUV 126.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 225 71 154 0 0.68 0.32 0.12 327.66 0.72 0.58
Hex E1 47 9A 0 44 20 C 148 48 3A
Octal 341 107 232 0 104 40 14 510 110 72
Binary 11100001 1000111 10011010 0 1000100 100000 1100 101001000 1001000 111010

Color Harmonies of #E1479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1479A

Black with #E1479A

Text Example


Text Example

White with #E1479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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