Html Css Color HEX #E700AF Hollywood Cerise

📋 copy color: '#E700AF'

red 231 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #E700AF

Tints of Hollywood Cerise #E700AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 56.9%
G = 0%
B = 43.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E700AF (or 0xE700AF) is known color: Hollywood Cerise. HEX triplet: E7, 00 and AF. RGB value is (231,0,175). Sum of RGB (Red+Green+Blue) = 231+0+175=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E700AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E700AF is #18FF50. Grayscale: #585858. Windows color (decimal): -1638225 or 11469031. OLE color: 11469031.

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

Color convert

RGB 231 0 175 -
CMYK 0 1 0.24 0.09
HSL 314.55º 1% 0.45% -
HSV(B) 314.55º 1% 0.91% -
XYZ 40.69 20.08 42.29 -
YUV 89.02 176.53 229.27 -
System Red Green Blue C M Y K H S L
Decimal 231 0 175 0 1 0.24 0.09 314.55 1 0.45
Hex E7 0 AF 0 64 18 9 13B 64 2D
Octal 347 0 257 0 144 30 11 473 144 55
Binary 11100111 0 10101111 0 1100100 11000 1001 100111011 1100100 101101

Color Harmonies of #E700AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E700AF

Black with #E700AF

Text Example


Text Example

White with #E700AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E700AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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