Html Css Color HEX #E601A8 Hollywood Cerise

📋 copy color: '#E601A8'

red 230 ◦ green 1 ◦ blue 168

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

Shades of Hollywood Cerise #E601A8

Tints of Hollywood Cerise #E601A8

RGB

 RED value IS 230 (90.23% from 255) = 57.64%

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

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

R = 57.64%
G = 0.25%
B = 42.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E601A8 (or 0xE601A8) is known color: Hollywood Cerise. HEX triplet: E6, 01 and A8. RGB value is (230,1,168). Sum of RGB (Red+Green+Blue) = 230+1+168=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E601A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E601A8 is #19FE57. Grayscale: #585858. Windows color (decimal): -1703512 or 11010534. OLE color: 11010534.

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

Color convert

RGB 230 1 168 -
CMYK 0 1.00 0.27 0.10
HSL 316.24º 0.99% 0.45% -
HSV(B) 316.24º 1% 0.9% -
XYZ 39.71 19.67 38.75 -
YUV 88.51 172.87 228.92 -
System Red Green Blue C M Y K H S L
Decimal 230 1 168 0 1.00 0.27 0.10 316.24 0.99 0.45
Hex E6 1 A8 0 64 1B A 13C 63 2D
Octal 346 1 250 0 144 33 12 474 143 55
Binary 11100110 1 10101000 0 1100100 11011 1010 100111100 1100011 101101

Color Harmonies of #E601A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601A8

Black with #E601A8

Text Example


Text Example

White with #E601A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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