Html Css Color HEX #E6009B Hollywood Cerise

📋 copy color: '#E6009B'

red 230 ◦ green 0 ◦ blue 155

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

Shades of Hollywood Cerise #E6009B

Tints of Hollywood Cerise #E6009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 59.74%
G = 0%
B = 40.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6009B (or 0xE6009B) is known color: Hollywood Cerise. HEX triplet: E6, 00 and 9B. RGB value is (230,0,155). Sum of RGB (Red+Green+Blue) = 230+0+155=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E6009B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6009B is #19FF64. Grayscale: #565656. Windows color (decimal): -1703781 or 10158310. OLE color: 10158310.

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

Color convert

RGB 230 0 155 -
CMYK 0 1 0.33 0.10
HSL 319.57º 1% 0.45% -
HSV(B) 319.57º 1% 0.9% -
XYZ 38.55 19.19 32.68 -
YUV 86.44 166.7 230.4 -
System Red Green Blue C M Y K H S L
Decimal 230 0 155 0 1 0.33 0.10 319.57 1 0.45
Hex E6 0 9B 0 64 21 A 140 64 2D
Octal 346 0 233 0 144 41 12 500 144 55
Binary 11100110 0 10011011 0 1100100 100001 1010 101000000 1100100 101101

Color Harmonies of #E6009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6009B

Black with #E6009B

Text Example


Text Example

White with #E6009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6009B; }

 p { color: rgb(230,0,155); }

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

background-color css

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

 a { background-color: rgb(230,0,155); }

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

border-color css

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

 span { border-color: rgb(230,0,155); }

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