Html Css Color HEX #E7029F Hollywood Cerise

📋 copy color: '#E7029F'

red 231 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #E7029F

Tints of Hollywood Cerise #E7029F

RGB

 RED value IS 231 (90.63% from 255) = 58.93%

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

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 58.93%
G = 0.51%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E7029F (or 0xE7029F) is known color: Hollywood Cerise. HEX triplet: E7, 02 and 9F. RGB value is (231,2,159). Sum of RGB (Red+Green+Blue) = 231+2+159=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E7029F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7029F is #18FD60. Grayscale: #575757. Windows color (decimal): -1637729 or 10420967. OLE color: 10420967.

HSL color Cylindrical-coordinate representation of color #E7029F: hue angle of 318.86º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7029F is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 2 159 -
CMYK 0 0.99 0.31 0.09
HSL 318.86º 0.98% 0.46% -
HSV(B) 318.86º 0.99% 0.91% -
XYZ 39.23 19.54 34.5 -
YUV 88.37 167.87 229.73 -
System Red Green Blue C M Y K H S L
Decimal 231 2 159 0 0.99 0.31 0.09 318.86 0.98 0.46
Hex E7 2 9F 0 63 1F 9 13F 62 2E
Octal 347 2 237 0 143 37 11 477 142 56
Binary 11100111 10 10011111 0 1100011 11111 1001 100111111 1100010 101110

Color Harmonies of #E7029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7029F

Black with #E7029F

Text Example


Text Example

White with #E7029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7029F; }

 p { color: rgb(231,2,159); }

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

background-color css

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

 a { background-color: rgb(231,2,159); }

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

border-color css

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

 span { border-color: rgb(231,2,159); }

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