Html Css Color HEX #E7029A Hollywood Cerise

📋 copy color: '#E7029A'

red 231 ◦ green 2 ◦ blue 154

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

Shades of Hollywood Cerise #E7029A

Tints of Hollywood Cerise #E7029A

RGB

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

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

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

R = 59.69%
G = 0.52%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7029A (or 0xE7029A) is known color: Hollywood Cerise. HEX triplet: E7, 02 and 9A. RGB value is (231,2,154). Sum of RGB (Red+Green+Blue) = 231+2+154=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E7029A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7029A is #18FD65. Grayscale: #575757. Windows color (decimal): -1637734 or 10093287. OLE color: 10093287.

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

Color convert

RGB 231 2 154 -
CMYK 0 0.99 0.33 0.09
HSL 320.17º 0.98% 0.46% -
HSV(B) 320.17º 0.99% 0.91% -
XYZ 38.81 19.37 32.26 -
YUV 87.8 165.37 230.14 -
System Red Green Blue C M Y K H S L
Decimal 231 2 154 0 0.99 0.33 0.09 320.17 0.98 0.46
Hex E7 2 9A 0 63 21 9 140 62 2E
Octal 347 2 232 0 143 41 11 500 142 56
Binary 11100111 10 10011010 0 1100011 100001 1001 101000000 1100010 101110

Color Harmonies of #E7029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7029A

Black with #E7029A

Text Example


Text Example

White with #E7029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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