Html Css Color HEX #E701AF Hollywood Cerise

📋 copy color: '#E701AF'

red 231 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #E701AF

Tints of Hollywood Cerise #E701AF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 56.76%
G = 0.25%
B = 43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E701AF (or 0xE701AF) is known color: Hollywood Cerise. HEX triplet: E7, 01 and AF. RGB value is (231,1,175). Sum of RGB (Red+Green+Blue) = 231+1+175=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E701AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E701AF is #18FE50. Grayscale: #595959. Windows color (decimal): -1637969 or 11469287. OLE color: 11469287.

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

Color convert

RGB 231 1 175 -
CMYK 0 1.00 0.24 0.09
HSL 314.61º 0.99% 0.45% -
HSV(B) 314.61º 1% 0.91% -
XYZ 40.7 20.11 42.29 -
YUV 89.61 176.2 228.85 -
System Red Green Blue C M Y K H S L
Decimal 231 1 175 0 1.00 0.24 0.09 314.61 0.99 0.45
Hex E7 1 AF 0 64 18 9 13B 63 2D
Octal 347 1 257 0 144 30 11 473 143 55
Binary 11100111 1 10101111 0 1100100 11000 1001 100111011 1100011 101101

Color Harmonies of #E701AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701AF

Black with #E701AF

Text Example


Text Example

White with #E701AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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