Html Css Color HEX #E60294 Hollywood Cerise

📋 copy color: '#E60294'

red 230 ◦ green 2 ◦ blue 148

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

Shades of Hollywood Cerise #E60294

Tints of Hollywood Cerise #E60294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 60.53%
G = 0.53%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E60294 (or 0xE60294) is known color: Hollywood Cerise. HEX triplet: E6, 02 and 94. RGB value is (230,2,148). Sum of RGB (Red+Green+Blue) = 230+2+148=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E60294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60294 is #19FD6B. Grayscale: #565656. Windows color (decimal): -1703276 or 9700070. OLE color: 9700070.

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

Color convert

RGB 230 2 148 -
CMYK 0 0.99 0.36 0.10
HSL 321.58º 0.98% 0.45% -
HSV(B) 321.58º 0.99% 0.9% -
XYZ 38 19 29.68 -
YUV 86.82 162.54 230.13 -
System Red Green Blue C M Y K H S L
Decimal 230 2 148 0 0.99 0.36 0.10 321.58 0.98 0.45
Hex E6 2 94 0 63 24 A 142 62 2D
Octal 346 2 224 0 143 44 12 502 142 55
Binary 11100110 10 10010100 0 1100011 100100 1010 101000010 1100010 101101

Color Harmonies of #E60294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60294

Black with #E60294

Text Example


Text Example

White with #E60294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60294; }

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

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

background-color css

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

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

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

border-color css

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

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

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