Html Css Color HEX #E60593 Hollywood Cerise

📋 copy color: '#E60593'

red 230 ◦ green 5 ◦ blue 147

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

Shades of Hollywood Cerise #E60593

Tints of Hollywood Cerise #E60593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 60.21%
G = 1.31%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E60593 (or 0xE60593) is known color: Hollywood Cerise. HEX triplet: E6, 05 and 93. RGB value is (230,5,147). Sum of RGB (Red+Green+Blue) = 230+5+147=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E60593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60593 is #19FA6C. Grayscale: #585858. Windows color (decimal): -1702509 or 9635302. OLE color: 9635302.

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

Color convert

RGB 230 5 147 -
CMYK 0 0.98 0.36 0.10
HSL 322.13º 0.96% 0.46% -
HSV(B) 322.13º 0.98% 0.9% -
XYZ 37.95 19.04 29.28 -
YUV 88.46 161.04 228.95 -
System Red Green Blue C M Y K H S L
Decimal 230 5 147 0 0.98 0.36 0.10 322.13 0.96 0.46
Hex E6 5 93 0 62 24 A 142 60 2E
Octal 346 5 223 0 142 44 12 502 140 56
Binary 11100110 101 10010011 0 1100010 100100 1010 101000010 1100000 101110

Color Harmonies of #E60593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60593

Black with #E60593

Text Example


Text Example

White with #E60593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60593; }

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

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

background-color css

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

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

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

border-color css

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

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

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