Html Css Color HEX #E9149F Hollywood Cerise

📋 copy color: '#E9149F'

red 233 ◦ green 20 ◦ blue 159

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

Shades of Hollywood Cerise #E9149F

Tints of Hollywood Cerise #E9149F

RGB

 RED value IS 233 (91.41% from 255) = 56.55%

 GREEN value IS 20 (8.2% from 255) = 4.85%

 BLUE value IS 159 (62.5% from 255) = 38.59%

R = 56.55%
G = 4.85%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E9149F (or 0xE9149F) is known color: Hollywood Cerise. HEX triplet: E9, 14 and 9F. RGB value is (233,20,159). Sum of RGB (Red+Green+Blue) = 233+20+159=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E9149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9149F is #16EB60. Grayscale: #636363. Windows color (decimal): -1502049 or 10425577. OLE color: 10425577.

HSL color Cylindrical-coordinate representation of color #E9149F: hue angle of 320.85º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9149F is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 20 159 -
CMYK 0 0.91 0.32 0.09
HSL 320.85º 0.84% 0.5% -
HSV(B) 320.85º 0.91% 0.91% -
XYZ 40.11 20.33 34.61 -
YUV 99.53 161.57 223.2 -
System Red Green Blue C M Y K H S L
Decimal 233 20 159 0 0.91 0.32 0.09 320.85 0.84 0.5
Hex E9 14 9F 0 5B 20 9 141 54 32
Octal 351 24 237 0 133 40 11 501 124 62
Binary 11101001 10100 10011111 0 1011011 100000 1001 101000001 1010100 110010

Color Harmonies of #E9149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9149F

Black with #E9149F

Text Example


Text Example

White with #E9149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9149F; }

 p { color: rgb(233,20,159); }

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

background-color css

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

 a { background-color: rgb(233,20,159); }

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

border-color css

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

 span { border-color: rgb(233,20,159); }

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