Html Css Color HEX #E000B3 Hollywood Cerise

📋 copy color: '#E000B3'

red 224 ◦ green 0 ◦ blue 179

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

Shades of Hollywood Cerise #E000B3

Tints of Hollywood Cerise #E000B3

RGB

 RED value IS 224 (87.89% from 255) = 55.58%

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

 BLUE value IS 179 (70.31% from 255) = 44.42%

R = 55.58%
G = 0%
B = 44.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E000B3 (or 0xE000B3) is known color: Hollywood Cerise. HEX triplet: E0, 00 and B3. RGB value is (224,0,179). Sum of RGB (Red+Green+Blue) = 224+0+179=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E000B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000B3 is #1FFF4C. Grayscale: #565656. Windows color (decimal): -2096973 or 11731168. OLE color: 11731168.

HSL color Cylindrical-coordinate representation of color #E000B3: hue angle of 312.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000B3 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 179 -
CMYK 0 1 0.20 0.12
HSL 312.05º 1% 0.44% -
HSV(B) 312.05º 1% 0.88% -
XYZ 38.88 19.1 44.29 -
YUV 87.38 179.71 225.45 -
System Red Green Blue C M Y K H S L
Decimal 224 0 179 0 1 0.20 0.12 312.05 1 0.44
Hex E0 0 B3 0 64 14 C 138 64 2C
Octal 340 0 263 0 144 24 14 470 144 54
Binary 11100000 0 10110011 0 1100100 10100 1100 100111000 1100100 101100

Color Harmonies of #E000B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E000B3

Black with #E000B3

Text Example


Text Example

White with #E000B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E000B3; }

 p { color: rgb(224,0,179); }

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

background-color css

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

 a { background-color: rgb(224,0,179); }

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

border-color css

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

 span { border-color: rgb(224,0,179); }

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