Html Css Color HEX #E60297 Hollywood Cerise

📋 copy color: '#E60297'

red 230 ◦ green 2 ◦ blue 151

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

Shades of Hollywood Cerise #E60297

Tints of Hollywood Cerise #E60297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.43%

R = 60.05%
G = 0.52%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E60297 (or 0xE60297) is known color: Hollywood Cerise. HEX triplet: E6, 02 and 97. RGB value is (230,2,151). Sum of RGB (Red+Green+Blue) = 230+2+151=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E60297 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60297 is #19FD68. Grayscale: #565656. Windows color (decimal): -1703273 or 9896678. OLE color: 9896678.

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

Color convert

RGB 230 2 151 -
CMYK 0 0.99 0.34 0.10
HSL 320.79º 0.98% 0.45% -
HSV(B) 320.79º 0.99% 0.9% -
XYZ 38.24 19.1 30.95 -
YUV 87.16 164.04 229.88 -
System Red Green Blue C M Y K H S L
Decimal 230 2 151 0 0.99 0.34 0.10 320.79 0.98 0.45
Hex E6 2 97 0 63 22 A 141 62 2D
Octal 346 2 227 0 143 42 12 501 142 55
Binary 11100110 10 10010111 0 1100011 100010 1010 101000001 1100010 101101

Color Harmonies of #E60297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60297

Black with #E60297

Text Example


Text Example

White with #E60297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60297; }

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

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

background-color css

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

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

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

border-color css

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

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

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