Html Css Color HEX #E60BAA Hollywood Cerise

📋 copy color: '#E60BAA'

red 230 ◦ green 11 ◦ blue 170

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

Shades of Hollywood Cerise #E60BAA

Tints of Hollywood Cerise #E60BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 55.96%
G = 2.68%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E60BAA (or 0xE60BAA) is known color: Hollywood Cerise. HEX triplet: E6, 0B and AA. RGB value is (230,11,170). Sum of RGB (Red+Green+Blue) = 230+11+170=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60BAA is #19F455. Grayscale: #5E5E5E. Windows color (decimal): -1700950 or 11144166. OLE color: 11144166.

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

Color convert

RGB 230 11 170 -
CMYK 0 0.95 0.26 0.10
HSL 316.44º 0.91% 0.47% -
HSV(B) 316.44º 0.95% 0.9% -
XYZ 40.01 19.96 39.78 -
YUV 94.61 170.55 224.57 -
System Red Green Blue C M Y K H S L
Decimal 230 11 170 0 0.95 0.26 0.10 316.44 0.91 0.47
Hex E6 B AA 0 5F 1A A 13C 5B 2F
Octal 346 13 252 0 137 32 12 474 133 57
Binary 11100110 1011 10101010 0 1011111 11010 1010 100111100 1011011 101111

Color Harmonies of #E60BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60BAA

Black with #E60BAA

Text Example


Text Example

White with #E60BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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