Html Css Color HEX #E7009A Hollywood Cerise

📋 copy color: '#E7009A'

red 231 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #E7009A

Tints of Hollywood Cerise #E7009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7009A (or 0xE7009A) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 9A. RGB value is (231,0,154). Sum of RGB (Red+Green+Blue) = 231+0+154=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E7009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7009A is #18FF65. Grayscale: #565656. Windows color (decimal): -1638246 or 10092775. OLE color: 10092775.

HSL color Cylindrical-coordinate representation of color #E7009A: hue angle of 320º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7009A is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 0 154 -
CMYK 0 1 0.33 0.09
HSL 320º 1% 0.45% -
HSV(B) 320º 1% 0.91% -
XYZ 38.79 19.32 32.26 -
YUV 86.63 166.03 230.98 -
System Red Green Blue C M Y K H S L
Decimal 231 0 154 0 1 0.33 0.09 320 1 0.45
Hex E7 0 9A 0 64 21 9 140 64 2D
Octal 347 0 232 0 144 41 11 500 144 55
Binary 11100111 0 10011010 0 1100100 100001 1001 101000000 1100100 101101

Color Harmonies of #E7009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7009A

Black with #E7009A

Text Example


Text Example

White with #E7009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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