Html Css Color HEX #E600AF Hollywood Cerise

📋 copy color: '#E600AF'

red 230 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #E600AF

Tints of Hollywood Cerise #E600AF

RGB

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

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

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

R = 56.79%
G = 0%
B = 43.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E600AF (or 0xE600AF) is known color: Hollywood Cerise. HEX triplet: E6, 00 and AF. RGB value is (230,0,175). Sum of RGB (Red+Green+Blue) = 230+0+175=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E600AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E600AF is #19FF50. Grayscale: #585858. Windows color (decimal): -1703761 or 11469030. OLE color: 11469030.

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

Color convert

RGB 230 0 175 -
CMYK 0 1 0.24 0.10
HSL 314.35º 1% 0.45% -
HSV(B) 314.35º 1% 0.9% -
XYZ 40.37 19.92 42.27 -
YUV 88.72 176.7 228.77 -
System Red Green Blue C M Y K H S L
Decimal 230 0 175 0 1 0.24 0.10 314.35 1 0.45
Hex E6 0 AF 0 64 18 A 13A 64 2D
Octal 346 0 257 0 144 30 12 472 144 55
Binary 11100110 0 10101111 0 1100100 11000 1010 100111010 1100100 101101

Color Harmonies of #E600AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E600AF

Black with #E600AF

Text Example


Text Example

White with #E600AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E600AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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