Html Css Color HEX #E900AF Hollywood Cerise

📋 copy color: '#E900AF'

red 233 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #E900AF

Tints of Hollywood Cerise #E900AF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.11%
G = 0%
B = 42.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E900AF (or 0xE900AF) is known color: Hollywood Cerise. HEX triplet: E9, 00 and AF. RGB value is (233,0,175). Sum of RGB (Red+Green+Blue) = 233+0+175=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E900AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E900AF is #16FF50. Grayscale: #595959. Windows color (decimal): -1507153 or 11469033. OLE color: 11469033.

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

Color convert

RGB 233 0 175 -
CMYK 0 1 0.25 0.09
HSL 314.94º 1% 0.46% -
HSV(B) 314.94º 1% 0.91% -
XYZ 41.34 20.42 42.32 -
YUV 89.62 176.19 230.27 -
System Red Green Blue C M Y K H S L
Decimal 233 0 175 0 1 0.25 0.09 314.94 1 0.46
Hex E9 0 AF 0 64 19 9 13B 64 2E
Octal 351 0 257 0 144 31 11 473 144 56
Binary 11101001 0 10101111 0 1100100 11001 1001 100111011 1100100 101110

Color Harmonies of #E900AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E900AF

Black with #E900AF

Text Example


Text Example

White with #E900AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E900AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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