Html Css Color HEX #E100B4 Hollywood Cerise

📋 copy color: '#E100B4'

red 225 ◦ green 0 ◦ blue 180

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

Shades of Hollywood Cerise #E100B4

Tints of Hollywood Cerise #E100B4

RGB

 RED value IS 225 (88.28% from 255) = 55.56%

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

 BLUE value IS 180 (70.7% from 255) = 44.44%

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E100B4 (or 0xE100B4) is known color: Hollywood Cerise. HEX triplet: E1, 00 and B4. RGB value is (225,0,180). Sum of RGB (Red+Green+Blue) = 225+0+180=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E100B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E100B4 is #1EFF4B. Grayscale: #575757. Windows color (decimal): -2031436 or 11796705. OLE color: 11796705.

HSL color Cylindrical-coordinate representation of color #E100B4: hue angle of 312º 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 #E100B4 is Cyan = 0, Magento = 1, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 180 -
CMYK 0 1 0.2 0.12
HSL 312º 1% 0.44% -
HSV(B) 312º 1% 0.88% -
XYZ 39.29 19.3 44.84 -
YUV 87.8 180.04 225.86 -
System Red Green Blue C M Y K H S L
Decimal 225 0 180 0 1 0.2 0.12 312 1 0.44
Hex E1 0 B4 0 64 14 C 138 64 2C
Octal 341 0 264 0 144 24 14 470 144 54
Binary 11100001 0 10110100 0 1100100 10100 1100 100111000 1100100 101100

Color Harmonies of #E100B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E100B4

Black with #E100B4

Text Example


Text Example

White with #E100B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E100B4; }

 p { color: rgb(225,0,180); }

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

background-color css

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

 a { background-color: rgb(225,0,180); }

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

border-color css

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

 span { border-color: rgb(225,0,180); }

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