Html Css Color HEX #E60485 Hollywood Cerise

📋 copy color: '#E60485'

red 230 ◦ green 4 ◦ blue 133

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

Shades of Hollywood Cerise #E60485

Tints of Hollywood Cerise #E60485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 62.67%
G = 1.09%
B = 36.24%

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

#E60485 (or 0xE60485) is known color: Hollywood Cerise. HEX triplet: E6, 04 and 85. RGB value is (230,4,133). Sum of RGB (Red+Green+Blue) = 230+4+133=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E60485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60485 is #19FB7A. Grayscale: #555555. Windows color (decimal): -1702779 or 8717542. OLE color: 8717542.

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

Color convert

RGB 230 4 133 -
CMYK 0 0.98 0.42 0.10
HSL 325.75º 0.97% 0.46% -
HSV(B) 325.75º 0.98% 0.9% -
XYZ 36.91 18.6 23.84 -
YUV 86.28 154.37 230.51 -
System Red Green Blue C M Y K H S L
Decimal 230 4 133 0 0.98 0.42 0.10 325.75 0.97 0.46
Hex E6 4 85 0 62 2A A 146 61 2E
Octal 346 4 205 0 142 52 12 506 141 56
Binary 11100110 100 10000101 0 1100010 101010 1010 101000110 1100001 101110

Color Harmonies of #E60485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60485

Black with #E60485

Text Example


Text Example

White with #E60485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60485; }

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

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

background-color css

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

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

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

border-color css

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

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

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