Html Css Color HEX #E90BAF Hollywood Cerise

📋 copy color: '#E90BAF'

red 233 ◦ green 11 ◦ blue 175

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

Shades of Hollywood Cerise #E90BAF

Tints of Hollywood Cerise #E90BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.63%

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 55.61%
G = 2.63%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E90BAF (or 0xE90BAF) is known color: Hollywood Cerise. HEX triplet: E9, 0B and AF. RGB value is (233,11,175). Sum of RGB (Red+Green+Blue) = 233+11+175=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E90BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90BAF is #16F450. Grayscale: #5F5F5F. Windows color (decimal): -1504337 or 11471849. OLE color: 11471849.

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

Color convert

RGB 233 11 175 -
CMYK 0 0.95 0.25 0.09
HSL 315.68º 0.91% 0.48% -
HSV(B) 315.68º 0.95% 0.91% -
XYZ 41.46 20.66 42.36 -
YUV 96.07 172.55 225.66 -
System Red Green Blue C M Y K H S L
Decimal 233 11 175 0 0.95 0.25 0.09 315.68 0.91 0.48
Hex E9 B AF 0 5F 19 9 13C 5B 30
Octal 351 13 257 0 137 31 11 474 133 60
Binary 11101001 1011 10101111 0 1011111 11001 1001 100111100 1011011 110000

Color Harmonies of #E90BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90BAF

Black with #E90BAF

Text Example


Text Example

White with #E90BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90BAF; }

 p { color: rgb(233,11,175); }

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

background-color css

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

 a { background-color: rgb(233,11,175); }

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

border-color css

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

 span { border-color: rgb(233,11,175); }

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