Html Css Color HEX #E60B96 Hollywood Cerise

📋 copy color: '#E60B96'

red 230 ◦ green 11 ◦ blue 150

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

Shades of Hollywood Cerise #E60B96

Tints of Hollywood Cerise #E60B96

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

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

R = 58.82%
G = 2.81%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E60B96 (or 0xE60B96) is known color: Hollywood Cerise. HEX triplet: E6, 0B and 96. RGB value is (230,11,150). Sum of RGB (Red+Green+Blue) = 230+11+150=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60B96 is #19F469. Grayscale: #5B5B5B. Windows color (decimal): -1700970 or 9833446. OLE color: 9833446.

HSL color Cylindrical-coordinate representation of color #E60B96: hue angle of 321.92º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60B96 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 11 150 -
CMYK 0 0.95 0.35 0.10
HSL 321.92º 0.91% 0.47% -
HSV(B) 321.92º 0.95% 0.9% -
XYZ 38.26 19.26 30.56 -
YUV 92.33 160.55 226.2 -
System Red Green Blue C M Y K H S L
Decimal 230 11 150 0 0.95 0.35 0.10 321.92 0.91 0.47
Hex E6 B 96 0 5F 23 A 142 5B 2F
Octal 346 13 226 0 137 43 12 502 133 57
Binary 11100110 1011 10010110 0 1011111 100011 1010 101000010 1011011 101111

Color Harmonies of #E60B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B96

Black with #E60B96

Text Example


Text Example

White with #E60B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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