#E203AF

Color #E203AF Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E203AF

Tints of Hollywood Cerise #E203AF

Color information

#E203AF (or 0xE203AF) is unknown color: approx Hollywood Cerise. HEX triplet: E2, 03 and AF. RGB value is (226,3,175). Sum of RGB (Red+Green+Blue) = 226+3+175=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E203AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E203AF is #1DFC50. Grayscale: #585858. Windows color (decimal): -1965137 or 11469794. OLE color: 11469794.

HSL color Cylindrical-coordinate representation of color #E203AF: hue angle of 313.72º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E203AF is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB2263175-
CMYK00.990.230.11
HSL313.72º97.38%44.9%-
HSV(B)313.72º98.67%88.63%-
XYZ39.1319.3342.23-
YUV89.28176.38225.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.94%
GREEN value IS 3 (1.56% from 255) = 0.74%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=55.94%
G=0.74%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226317500.990.230.11313.7297.3844.9
HexE23AF06317B13a612d
Octal34232570143271347214155
Binary111000101110101111011000111011110111001110101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E203AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E203AF; }

 p { color: rgb(226,3,175); }

 H1.HeaderClassName
 {
   color: #E203AF;
 }
 .AnyTagClassName
 {
   color: #E203AF;
 }
</style>
background-color css

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

 a { background-color: rgb(226,3,175); }

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

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

 span { border-color: rgb(226,3,175); }

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