Html Css Color HEX #E700AC Hollywood Cerise

📋 copy color: '#E700AC'

red 231 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #E700AC

Tints of Hollywood Cerise #E700AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 57.32%
G = 0%
B = 42.68%

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

#E700AC (or 0xE700AC) is known color: Hollywood Cerise. HEX triplet: E7, 00 and AC. RGB value is (231,0,172). Sum of RGB (Red+Green+Blue) = 231+0+172=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E700AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E700AC is #18FF53. Grayscale: #585858. Windows color (decimal): -1638228 or 11272423. OLE color: 11272423.

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

Color convert

RGB 231 0 172 -
CMYK 0 1 0.26 0.09
HSL 315.32º 1% 0.45% -
HSV(B) 315.32º 1% 0.91% -
XYZ 40.4 19.97 40.75 -
YUV 88.68 175.03 229.51 -
System Red Green Blue C M Y K H S L
Decimal 231 0 172 0 1 0.26 0.09 315.32 1 0.45
Hex E7 0 AC 0 64 1A 9 13B 64 2D
Octal 347 0 254 0 144 32 11 473 144 55
Binary 11100111 0 10101100 0 1100100 11010 1001 100111011 1100100 101101

Color Harmonies of #E700AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700AC

Black with #E700AC

Text Example


Text Example

White with #E700AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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