Html Css Color HEX #E90194 Hollywood Cerise

📋 copy color: '#E90194'

red 233 ◦ green 1 ◦ blue 148

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

Shades of Hollywood Cerise #E90194

Tints of Hollywood Cerise #E90194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 60.99%
G = 0.26%
B = 38.74%

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

#E90194 (or 0xE90194) is known color: Hollywood Cerise. HEX triplet: E9, 01 and 94. RGB value is (233,1,148). Sum of RGB (Red+Green+Blue) = 233+1+148=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E90194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90194 is #16FE6B. Grayscale: #565656. Windows color (decimal): -1506924 or 9699817. OLE color: 9699817.

HSL color Cylindrical-coordinate representation of color #E90194: hue angle of 321.98º 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 #E90194 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 1 148 -
CMYK 0 1.00 0.36 0.09
HSL 321.98º 0.99% 0.46% -
HSV(B) 321.98º 1% 0.91% -
XYZ 38.96 19.48 29.72 -
YUV 87.13 162.36 232.05 -
System Red Green Blue C M Y K H S L
Decimal 233 1 148 0 1.00 0.36 0.09 321.98 0.99 0.46
Hex E9 1 94 0 64 24 9 142 63 2E
Octal 351 1 224 0 144 44 11 502 143 56
Binary 11101001 1 10010100 0 1100100 100100 1001 101000010 1100011 101110

Color Harmonies of #E90194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90194

Black with #E90194

Text Example


Text Example

White with #E90194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90194; }

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

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

background-color css

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

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

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

border-color css

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

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

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