Html Css Color HEX #E1029B Hollywood Cerise

📋 copy color: '#E1029B'

red 225 ◦ green 2 ◦ blue 155

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

Shades of Hollywood Cerise #E1029B

Tints of Hollywood Cerise #E1029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.58%

R = 58.9%
G = 0.52%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1029B (or 0xE1029B) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 9B. RGB value is (225,2,155). Sum of RGB (Red+Green+Blue) = 225+2+155=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1029B is #1EFD64. Grayscale: #555555. Windows color (decimal): -2030949 or 10158817. OLE color: 10158817.

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

Color convert

RGB 225 2 155 -
CMYK 0 0.99 0.31 0.12
HSL 318.83º 0.98% 0.45% -
HSV(B) 318.83º 0.99% 0.88% -
XYZ 36.99 18.42 32.62 -
YUV 86.12 166.88 227.06 -
System Red Green Blue C M Y K H S L
Decimal 225 2 155 0 0.99 0.31 0.12 318.83 0.98 0.45
Hex E1 2 9B 0 63 1F C 13F 62 2D
Octal 341 2 233 0 143 37 14 477 142 55
Binary 11100001 10 10011011 0 1100011 11111 1100 100111111 1100010 101101

Color Harmonies of #E1029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1029B

Black with #E1029B

Text Example


Text Example

White with #E1029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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