Html Css Color HEX #E1029D Hollywood Cerise

📋 copy color: '#E1029D'

red 225 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #E1029D

Tints of Hollywood Cerise #E1029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 58.59%
G = 0.52%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1029D (or 0xE1029D) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 9D. RGB value is (225,2,157). Sum of RGB (Red+Green+Blue) = 225+2+157=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1029D is #1EFD62. Grayscale: #555555. Windows color (decimal): -2030947 or 10289889. OLE color: 10289889.

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

Color convert

RGB 225 2 157 -
CMYK 0 0.99 0.30 0.12
HSL 318.3º 0.98% 0.45% -
HSV(B) 318.3º 0.99% 0.88% -
XYZ 37.16 18.49 33.51 -
YUV 86.35 167.88 226.9 -
System Red Green Blue C M Y K H S L
Decimal 225 2 157 0 0.99 0.30 0.12 318.3 0.98 0.45
Hex E1 2 9D 0 63 1E C 13E 62 2D
Octal 341 2 235 0 143 36 14 476 142 55
Binary 11100001 10 10011101 0 1100011 11110 1100 100111110 1100010 101101

Color Harmonies of #E1029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1029D

Black with #E1029D

Text Example


Text Example

White with #E1029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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