Html Css Color HEX #E0169B Hollywood Cerise

📋 copy color: '#E0169B'

red 224 ◦ green 22 ◦ blue 155

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

Shades of Hollywood Cerise #E0169B

Tints of Hollywood Cerise #E0169B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.49%

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 55.86%
G = 5.49%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0169B (or 0xE0169B) is known color: Hollywood Cerise. HEX triplet: E0, 16 and 9B. RGB value is (224,22,155). Sum of RGB (Red+Green+Blue) = 224+22+155=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0169B is #1FE964. Grayscale: #616161. Windows color (decimal): -2091365 or 10163936. OLE color: 10163936.

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

Color convert

RGB 224 22 155 -
CMYK 0 0.90 0.31 0.12
HSL 320.5º 0.82% 0.48% -
HSV(B) 320.5º 0.9% 0.88% -
XYZ 36.94 18.79 32.69 -
YUV 97.56 160.42 218.19 -
System Red Green Blue C M Y K H S L
Decimal 224 22 155 0 0.90 0.31 0.12 320.5 0.82 0.48
Hex E0 16 9B 0 5A 1F C 140 52 30
Octal 340 26 233 0 132 37 14 500 122 60
Binary 11100000 10110 10011011 0 1011010 11111 1100 101000000 1010010 110000

Color Harmonies of #E0169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0169B

Black with #E0169B

Text Example


Text Example

White with #E0169B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0169B; }

 p { color: rgb(224,22,155); }

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

background-color css

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

 a { background-color: rgb(224,22,155); }

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

border-color css

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

 span { border-color: rgb(224,22,155); }

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