Html Css Color HEX #E906A0 Hollywood Cerise

📋 copy color: '#E906A0'

red 233 ◦ green 6 ◦ blue 160

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

Shades of Hollywood Cerise #E906A0

Tints of Hollywood Cerise #E906A0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.5%

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 58.4%
G = 1.5%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E906A0 (or 0xE906A0) is known color: Hollywood Cerise. HEX triplet: E9, 06 and A0. RGB value is (233,6,160). Sum of RGB (Red+Green+Blue) = 233+6+160=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E906A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E906A0 is #16F95F. Grayscale: #5B5B5B. Windows color (decimal): -1505632 or 10487529. OLE color: 10487529.

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

Color convert

RGB 233 6 160 -
CMYK 0 0.97 0.31 0.09
HSL 319.3º 0.95% 0.47% -
HSV(B) 319.3º 0.97% 0.91% -
XYZ 40.01 19.99 35.01 -
YUV 91.43 166.71 228.98 -
System Red Green Blue C M Y K H S L
Decimal 233 6 160 0 0.97 0.31 0.09 319.3 0.95 0.47
Hex E9 6 A0 0 61 1F 9 13F 5F 2F
Octal 351 6 240 0 141 37 11 477 137 57
Binary 11101001 110 10100000 0 1100001 11111 1001 100111111 1011111 101111

Color Harmonies of #E906A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E906A0

Black with #E906A0

Text Example


Text Example

White with #E906A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E906A0; }

 p { color: rgb(233,6,160); }

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

background-color css

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

 a { background-color: rgb(233,6,160); }

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

border-color css

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

 span { border-color: rgb(233,6,160); }

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