Html Css Color HEX #E700AA Hollywood Cerise

📋 copy color: '#E700AA'

red 231 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #E700AA

Tints of Hollywood Cerise #E700AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 57.61%
G = 0%
B = 42.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E700AA (or 0xE700AA) is known color: Hollywood Cerise. HEX triplet: E7, 00 and AA. RGB value is (231,0,170). Sum of RGB (Red+Green+Blue) = 231+0+170=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E700AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E700AA is #18FF55. Grayscale: #585858. Windows color (decimal): -1638230 or 11141351. OLE color: 11141351.

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

Color convert

RGB 231 0 170 -
CMYK 0 1 0.26 0.09
HSL 315.84º 1% 0.45% -
HSV(B) 315.84º 1% 0.91% -
XYZ 40.21 19.89 39.75 -
YUV 88.45 174.03 229.68 -
System Red Green Blue C M Y K H S L
Decimal 231 0 170 0 1 0.26 0.09 315.84 1 0.45
Hex E7 0 AA 0 64 1A 9 13C 64 2D
Octal 347 0 252 0 144 32 11 474 144 55
Binary 11100111 0 10101010 0 1100100 11010 1001 100111100 1100100 101101

Color Harmonies of #E700AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700AA

Black with #E700AA

Text Example


Text Example

White with #E700AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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