Html Css Color HEX #E1139A Hollywood Cerise

📋 copy color: '#E1139A'

red 225 ◦ green 19 ◦ blue 154

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

Shades of Hollywood Cerise #E1139A

Tints of Hollywood Cerise #E1139A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.77%

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 56.53%
G = 4.77%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1139A (or 0xE1139A) is known color: Hollywood Cerise. HEX triplet: E1, 13 and 9A. RGB value is (225,19,154). Sum of RGB (Red+Green+Blue) = 225+19+154=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1139A is #1EEC65. Grayscale: #5F5F5F. Windows color (decimal): -2026598 or 10097633. OLE color: 10097633.

HSL color Cylindrical-coordinate representation of color #E1139A: hue angle of 320.68º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1139A is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 19 154 -
CMYK 0 0.92 0.32 0.12
HSL 320.68º 0.84% 0.48% -
HSV(B) 320.68º 0.92% 0.88% -
XYZ 37.12 18.81 32.25 -
YUV 95.98 160.75 220.02 -
System Red Green Blue C M Y K H S L
Decimal 225 19 154 0 0.92 0.32 0.12 320.68 0.84 0.48
Hex E1 13 9A 0 5C 20 C 141 54 30
Octal 341 23 232 0 134 40 14 501 124 60
Binary 11100001 10011 10011010 0 1011100 100000 1100 101000001 1010100 110000

Color Harmonies of #E1139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1139A

Black with #E1139A

Text Example


Text Example

White with #E1139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1139A; }

 p { color: rgb(225,19,154); }

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

background-color css

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

 a { background-color: rgb(225,19,154); }

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

border-color css

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

 span { border-color: rgb(225,19,154); }

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