Html Css Color HEX #E701A8 Hollywood Cerise

📋 copy color: '#E701A8'

red 231 ◦ green 1 ◦ blue 168

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

Shades of Hollywood Cerise #E701A8

Tints of Hollywood Cerise #E701A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42%

R = 57.75%
G = 0.25%
B = 42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E701A8 (or 0xE701A8) is known color: Hollywood Cerise. HEX triplet: E7, 01 and A8. RGB value is (231,1,168). Sum of RGB (Red+Green+Blue) = 231+1+168=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E701A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E701A8 is #18FE57. Grayscale: #585858. Windows color (decimal): -1637976 or 11010535. OLE color: 11010535.

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

Color convert

RGB 231 1 168 -
CMYK 0 1.00 0.27 0.09
HSL 316.43º 0.99% 0.45% -
HSV(B) 316.43º 1% 0.91% -
XYZ 40.03 19.84 38.76 -
YUV 88.81 172.7 229.42 -
System Red Green Blue C M Y K H S L
Decimal 231 1 168 0 1.00 0.27 0.09 316.43 0.99 0.45
Hex E7 1 A8 0 64 1B 9 13C 63 2D
Octal 347 1 250 0 144 33 11 474 143 55
Binary 11100111 1 10101000 0 1100100 11011 1001 100111100 1100011 101101

Color Harmonies of #E701A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E701A8

Black with #E701A8

Text Example


Text Example

White with #E701A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E701A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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