Html Css Color HEX #E90195 Hollywood Cerise

📋 copy color: '#E90195'

red 233 ◦ green 1 ◦ blue 149

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

Shades of Hollywood Cerise #E90195

Tints of Hollywood Cerise #E90195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 149 (58.59% from 255) = 38.9%

R = 60.84%
G = 0.26%
B = 38.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E90195 (or 0xE90195) is known color: Hollywood Cerise. HEX triplet: E9, 01 and 95. RGB value is (233,1,149). Sum of RGB (Red+Green+Blue) = 233+1+149=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E90195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90195 is #16FE6A. Grayscale: #565656. Windows color (decimal): -1506923 or 9765353. OLE color: 9765353.

HSL color Cylindrical-coordinate representation of color #E90195: hue angle of 321.72º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90195 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 1 149 -
CMYK 0 1.00 0.36 0.09
HSL 321.72º 0.99% 0.46% -
HSV(B) 321.72º 1% 0.91% -
XYZ 39.04 19.52 30.14 -
YUV 87.24 162.86 231.97 -
System Red Green Blue C M Y K H S L
Decimal 233 1 149 0 1.00 0.36 0.09 321.72 0.99 0.46
Hex E9 1 95 0 64 24 9 142 63 2E
Octal 351 1 225 0 144 44 11 502 143 56
Binary 11101001 1 10010101 0 1100100 100100 1001 101000010 1100011 101110

Color Harmonies of #E90195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90195

Black with #E90195

Text Example


Text Example

White with #E90195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90195; }

 p { color: rgb(233,1,149); }

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

background-color css

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

 a { background-color: rgb(233,1,149); }

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

border-color css

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

 span { border-color: rgb(233,1,149); }

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