Html Css Color HEX #E1029A Hollywood Cerise

📋 copy color: '#E1029A'

red 225 ◦ green 2 ◦ blue 154

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

Shades of Hollywood Cerise #E1029A

Tints of Hollywood Cerise #E1029A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 59.06%
G = 0.52%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1029A (or 0xE1029A) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 9A. RGB value is (225,2,154). Sum of RGB (Red+Green+Blue) = 225+2+154=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1029A is #1EFD65. Grayscale: #555555. Windows color (decimal): -2030950 or 10093281. OLE color: 10093281.

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

Color convert

RGB 225 2 154 -
CMYK 0 0.99 0.32 0.12
HSL 319.1º 0.98% 0.45% -
HSV(B) 319.1º 0.99% 0.88% -
XYZ 36.91 18.38 32.18 -
YUV 86.01 166.38 227.14 -
System Red Green Blue C M Y K H S L
Decimal 225 2 154 0 0.99 0.32 0.12 319.1 0.98 0.45
Hex E1 2 9A 0 63 20 C 13F 62 2D
Octal 341 2 232 0 143 40 14 477 142 55
Binary 11100001 10 10011010 0 1100011 100000 1100 100111111 1100010 101101

Color Harmonies of #E1029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1029A

Black with #E1029A

Text Example


Text Example

White with #E1029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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