Html Css Color HEX #E600AD Hollywood Cerise

📋 copy color: '#E600AD'

red 230 ◦ green 0 ◦ blue 173

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

Shades of Hollywood Cerise #E600AD

Tints of Hollywood Cerise #E600AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.93%

R = 57.07%
G = 0%
B = 42.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E600AD (or 0xE600AD) is known color: Hollywood Cerise. HEX triplet: E6, 00 and AD. RGB value is (230,0,173). Sum of RGB (Red+Green+Blue) = 230+0+173=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E600AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E600AD is #19FF52. Grayscale: #585858. Windows color (decimal): -1703763 or 11337958. OLE color: 11337958.

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

Color convert

RGB 230 0 173 -
CMYK 0 1 0.25 0.10
HSL 314.87º 1% 0.45% -
HSV(B) 314.87º 1% 0.9% -
XYZ 40.18 19.84 41.25 -
YUV 88.49 175.7 228.93 -
System Red Green Blue C M Y K H S L
Decimal 230 0 173 0 1 0.25 0.10 314.87 1 0.45
Hex E6 0 AD 0 64 19 A 13B 64 2D
Octal 346 0 255 0 144 31 12 473 144 55
Binary 11100110 0 10101101 0 1100100 11001 1010 100111011 1100100 101101

Color Harmonies of #E600AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600AD

Black with #E600AD

Text Example


Text Example

White with #E600AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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