Html Css Color HEX #E60B8D Hollywood Cerise

📋 copy color: '#E60B8D'

red 230 ◦ green 11 ◦ blue 141

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

Shades of Hollywood Cerise #E60B8D

Tints of Hollywood Cerise #E60B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 60.21%
G = 2.88%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E60B8D (or 0xE60B8D) is known color: Hollywood Cerise. HEX triplet: E6, 0B and 8D. RGB value is (230,11,141). Sum of RGB (Red+Green+Blue) = 230+11+141=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60B8D is #19F472. Grayscale: #5B5B5B. Windows color (decimal): -1700979 or 9243622. OLE color: 9243622.

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

Color convert

RGB 230 11 141 -
CMYK 0 0.95 0.39 0.10
HSL 324.38º 0.91% 0.47% -
HSV(B) 324.38º 0.95% 0.9% -
XYZ 37.56 18.99 26.88 -
YUV 91.3 156.05 226.93 -
System Red Green Blue C M Y K H S L
Decimal 230 11 141 0 0.95 0.39 0.10 324.38 0.91 0.47
Hex E6 B 8D 0 5F 27 A 144 5B 2F
Octal 346 13 215 0 137 47 12 504 133 57
Binary 11100110 1011 10001101 0 1011111 100111 1010 101000100 1011011 101111

Color Harmonies of #E60B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B8D

Black with #E60B8D

Text Example


Text Example

White with #E60B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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