Html Css Color HEX #E11A9D Hollywood Cerise

📋 copy color: '#E11A9D'

red 225 ◦ green 26 ◦ blue 157

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

Shades of Hollywood Cerise #E11A9D

Tints of Hollywood Cerise #E11A9D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.37%

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 55.15%
G = 6.37%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E11A9D (or 0xE11A9D) is known color: Hollywood Cerise. HEX triplet: E1, 1A and 9D. RGB value is (225,26,157). Sum of RGB (Red+Green+Blue) = 225+26+157=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11A9D is #1EE562. Grayscale: #646464. Windows color (decimal): -2024803 or 10296033. OLE color: 10296033.

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

Color convert

RGB 225 26 157 -
CMYK 0 0.88 0.30 0.12
HSL 320.5º 0.79% 0.49% -
HSV(B) 320.5º 0.88% 0.88% -
XYZ 37.51 19.18 33.62 -
YUV 100.44 159.93 216.85 -
System Red Green Blue C M Y K H S L
Decimal 225 26 157 0 0.88 0.30 0.12 320.5 0.79 0.49
Hex E1 1A 9D 0 58 1E C 141 4F 31
Octal 341 32 235 0 130 36 14 501 117 61
Binary 11100001 11010 10011101 0 1011000 11110 1100 101000001 1001111 110001

Color Harmonies of #E11A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A9D

Black with #E11A9D

Text Example


Text Example

White with #E11A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A9D; }

 p { color: rgb(225,26,157); }

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

background-color css

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

 a { background-color: rgb(225,26,157); }

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

border-color css

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

 span { border-color: rgb(225,26,157); }

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