Html Css Color HEX #E60594 Hollywood Cerise

📋 copy color: '#E60594'

red 230 ◦ green 5 ◦ blue 148

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

Shades of Hollywood Cerise #E60594

Tints of Hollywood Cerise #E60594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 60.05%
G = 1.31%
B = 38.64%

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

#E60594 (or 0xE60594) is known color: Hollywood Cerise. HEX triplet: E6, 05 and 94. RGB value is (230,5,148). Sum of RGB (Red+Green+Blue) = 230+5+148=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E60594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60594 is #19FA6B. Grayscale: #585858. Windows color (decimal): -1702508 or 9700838. OLE color: 9700838.

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

Color convert

RGB 230 5 148 -
CMYK 0 0.98 0.36 0.10
HSL 321.87º 0.96% 0.46% -
HSV(B) 321.87º 0.98% 0.9% -
XYZ 38.03 19.07 29.69 -
YUV 88.58 161.54 228.87 -
System Red Green Blue C M Y K H S L
Decimal 230 5 148 0 0.98 0.36 0.10 321.87 0.96 0.46
Hex E6 5 94 0 62 24 A 142 60 2E
Octal 346 5 224 0 142 44 12 502 140 56
Binary 11100110 101 10010100 0 1100010 100100 1010 101000010 1100000 101110

Color Harmonies of #E60594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60594

Black with #E60594

Text Example


Text Example

White with #E60594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60594; }

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

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

background-color css

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

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

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

border-color css

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

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

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