Html Css Color HEX #E60591 Hollywood Cerise

📋 copy color: '#E60591'

red 230 ◦ green 5 ◦ blue 145

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

Shades of Hollywood Cerise #E60591

Tints of Hollywood Cerise #E60591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 60.53%
G = 1.32%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E60591 (or 0xE60591) is known color: Hollywood Cerise. HEX triplet: E6, 05 and 91. RGB value is (230,5,145). Sum of RGB (Red+Green+Blue) = 230+5+145=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E60591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60591 is #19FA6E. Grayscale: #575757. Windows color (decimal): -1702511 or 9504230. OLE color: 9504230.

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

Color convert

RGB 230 5 145 -
CMYK 0 0.98 0.37 0.10
HSL 322.67º 0.96% 0.46% -
HSV(B) 322.67º 0.98% 0.9% -
XYZ 37.8 18.98 28.46 -
YUV 88.24 160.04 229.12 -
System Red Green Blue C M Y K H S L
Decimal 230 5 145 0 0.98 0.37 0.10 322.67 0.96 0.46
Hex E6 5 91 0 62 25 A 143 60 2E
Octal 346 5 221 0 142 45 12 503 140 56
Binary 11100110 101 10010001 0 1100010 100101 1010 101000011 1100000 101110

Color Harmonies of #E60591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60591

Black with #E60591

Text Example


Text Example

White with #E60591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60591; }

 p { color: rgb(230,5,145); }

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

background-color css

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

 a { background-color: rgb(230,5,145); }

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

border-color css

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

 span { border-color: rgb(230,5,145); }

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