Html Css Color HEX #E90DAD Hollywood Cerise

📋 copy color: '#E90DAD'

red 233 ◦ green 13 ◦ blue 173

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

Shades of Hollywood Cerise #E90DAD

Tints of Hollywood Cerise #E90DAD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 55.61%
G = 3.1%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E90DAD (or 0xE90DAD) is known color: Hollywood Cerise. HEX triplet: E9, 0D and AD. RGB value is (233,13,173). Sum of RGB (Red+Green+Blue) = 233+13+173=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90DAD is #16F252. Grayscale: #606060. Windows color (decimal): -1503827 or 11341289. OLE color: 11341289.

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

Color convert

RGB 233 13 173 -
CMYK 0 0.94 0.26 0.09
HSL 316.36º 0.89% 0.48% -
HSV(B) 316.36º 0.94% 0.91% -
XYZ 41.29 20.63 41.34 -
YUV 97.02 170.89 224.99 -
System Red Green Blue C M Y K H S L
Decimal 233 13 173 0 0.94 0.26 0.09 316.36 0.89 0.48
Hex E9 D AD 0 5E 1A 9 13C 59 30
Octal 351 15 255 0 136 32 11 474 131 60
Binary 11101001 1101 10101101 0 1011110 11010 1001 100111100 1011001 110000

Color Harmonies of #E90DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DAD

Black with #E90DAD

Text Example


Text Example

White with #E90DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DAD; }

 p { color: rgb(233,13,173); }

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

background-color css

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

 a { background-color: rgb(233,13,173); }

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

border-color css

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

 span { border-color: rgb(233,13,173); }

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