Html Css Color HEX #E700AB Hollywood Cerise

📋 copy color: '#E700AB'

red 231 ◦ green 0 ◦ blue 171

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

Shades of Hollywood Cerise #E700AB

Tints of Hollywood Cerise #E700AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 57.46%
G = 0%
B = 42.54%

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

#E700AB (or 0xE700AB) is known color: Hollywood Cerise. HEX triplet: E7, 00 and AB. RGB value is (231,0,171). Sum of RGB (Red+Green+Blue) = 231+0+171=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E700AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E700AB is #18FF54. Grayscale: #585858. Windows color (decimal): -1638229 or 11206887. OLE color: 11206887.

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

Color convert

RGB 231 0 171 -
CMYK 0 1 0.26 0.09
HSL 315.58º 1% 0.45% -
HSV(B) 315.58º 1% 0.91% -
XYZ 40.31 19.93 40.25 -
YUV 88.56 174.53 229.6 -
System Red Green Blue C M Y K H S L
Decimal 231 0 171 0 1 0.26 0.09 315.58 1 0.45
Hex E7 0 AB 0 64 1A 9 13C 64 2D
Octal 347 0 253 0 144 32 11 474 144 55
Binary 11100111 0 10101011 0 1100100 11010 1001 100111100 1100100 101101

Color Harmonies of #E700AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700AB

Black with #E700AB

Text Example


Text Example

White with #E700AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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