Html Css Color HEX #E60BAB Hollywood Cerise

📋 copy color: '#E60BAB'

red 230 ◦ green 11 ◦ blue 171

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

Shades of Hollywood Cerise #E60BAB

Tints of Hollywood Cerise #E60BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 55.83%
G = 2.67%
B = 41.5%

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

#E60BAB (or 0xE60BAB) is known color: Hollywood Cerise. HEX triplet: E6, 0B and AB. RGB value is (230,11,171). Sum of RGB (Red+Green+Blue) = 230+11+171=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60BAB is #19F454. Grayscale: #5E5E5E. Windows color (decimal): -1700949 or 11209702. OLE color: 11209702.

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

Color convert

RGB 230 11 171 -
CMYK 0 0.95 0.26 0.10
HSL 316.16º 0.91% 0.47% -
HSV(B) 316.16º 0.95% 0.9% -
XYZ 40.1 20 40.28 -
YUV 94.72 171.05 224.49 -
System Red Green Blue C M Y K H S L
Decimal 230 11 171 0 0.95 0.26 0.10 316.16 0.91 0.47
Hex E6 B AB 0 5F 1A A 13C 5B 2F
Octal 346 13 253 0 137 32 12 474 133 57
Binary 11100110 1011 10101011 0 1011111 11010 1010 100111100 1011011 101111

Color Harmonies of #E60BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60BAB

Black with #E60BAB

Text Example


Text Example

White with #E60BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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