Html Css Color HEX #E60486 Hollywood Cerise

📋 copy color: '#E60486'

red 230 ◦ green 4 ◦ blue 134

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

Shades of Hollywood Cerise #E60486

Tints of Hollywood Cerise #E60486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 62.5%
G = 1.09%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E60486 (or 0xE60486) is known color: Hollywood Cerise. HEX triplet: E6, 04 and 86. RGB value is (230,4,134). Sum of RGB (Red+Green+Blue) = 230+4+134=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E60486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60486 is #19FB79. Grayscale: #565656. Windows color (decimal): -1702778 or 8783078. OLE color: 8783078.

HSL color Cylindrical-coordinate representation of color #E60486: hue angle of 325.49º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60486 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 4 134 -
CMYK 0 0.98 0.42 0.10
HSL 325.49º 0.97% 0.46% -
HSV(B) 325.49º 0.98% 0.9% -
XYZ 36.98 18.63 24.2 -
YUV 86.39 154.87 230.43 -
System Red Green Blue C M Y K H S L
Decimal 230 4 134 0 0.98 0.42 0.10 325.49 0.97 0.46
Hex E6 4 86 0 62 2A A 145 61 2E
Octal 346 4 206 0 142 52 12 505 141 56
Binary 11100110 100 10000110 0 1100010 101010 1010 101000101 1100001 101110

Color Harmonies of #E60486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60486

Black with #E60486

Text Example


Text Example

White with #E60486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60486; }

 p { color: rgb(230,4,134); }

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

background-color css

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

 a { background-color: rgb(230,4,134); }

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

border-color css

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

 span { border-color: rgb(230,4,134); }

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