Html Css Color HEX #E600A8 Hollywood Cerise

📋 copy color: '#E600A8'

red 230 ◦ green 0 ◦ blue 168

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

Shades of Hollywood Cerise #E600A8

Tints of Hollywood Cerise #E600A8

RGB

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

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

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

R = 57.79%
G = 0%
B = 42.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E600A8 (or 0xE600A8) is known color: Hollywood Cerise. HEX triplet: E6, 00 and A8. RGB value is (230,0,168). Sum of RGB (Red+Green+Blue) = 230+0+168=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E600A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E600A8 is #19FF57. Grayscale: #575757. Windows color (decimal): -1703768 or 11010278. OLE color: 11010278.

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

Color convert

RGB 230 0 168 -
CMYK 0 1 0.27 0.10
HSL 316.17º 1% 0.45% -
HSV(B) 316.17º 1% 0.9% -
XYZ 39.7 19.65 38.75 -
YUV 87.92 173.2 229.34 -
System Red Green Blue C M Y K H S L
Decimal 230 0 168 0 1 0.27 0.10 316.17 1 0.45
Hex E6 0 A8 0 64 1B A 13C 64 2D
Octal 346 0 250 0 144 33 12 474 144 55
Binary 11100110 0 10101000 0 1100100 11011 1010 100111100 1100100 101101

Color Harmonies of #E600A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600A8

Black with #E600A8

Text Example


Text Example

White with #E600A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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