Html Css Color HEX #E60196 Hollywood Cerise

📋 copy color: '#E60196'

red 230 ◦ green 1 ◦ blue 150

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

Shades of Hollywood Cerise #E60196

Tints of Hollywood Cerise #E60196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 60.37%
G = 0.26%
B = 39.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E60196 (or 0xE60196) is known color: Hollywood Cerise. HEX triplet: E6, 01 and 96. RGB value is (230,1,150). Sum of RGB (Red+Green+Blue) = 230+1+150=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E60196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60196 is #19FE69. Grayscale: #565656. Windows color (decimal): -1703530 or 9830886. OLE color: 9830886.

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

Color convert

RGB 230 1 150 -
CMYK 0 1.00 0.35 0.10
HSL 320.96º 0.99% 0.45% -
HSV(B) 320.96º 1% 0.9% -
XYZ 38.15 19.05 30.52 -
YUV 86.46 163.87 230.38 -
System Red Green Blue C M Y K H S L
Decimal 230 1 150 0 1.00 0.35 0.10 320.96 0.99 0.45
Hex E6 1 96 0 64 23 A 141 63 2D
Octal 346 1 226 0 144 43 12 501 143 55
Binary 11100110 1 10010110 0 1100100 100011 1010 101000001 1100011 101101

Color Harmonies of #E60196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60196

Black with #E60196

Text Example


Text Example

White with #E60196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60196; }

 p { color: rgb(230,1,150); }

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

background-color css

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

 a { background-color: rgb(230,1,150); }

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

border-color css

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

 span { border-color: rgb(230,1,150); }

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