#EE388B

Color #EE388B Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #EE388B

Tints of Violet Red #EE388B

Color information

#EE388B (or 0xEE388B) is unknown color: approx Violet Red. HEX triplet: EE, 38 and 8B. RGB value is (238,56,139). Sum of RGB (Red+Green+Blue) = 238+56+139=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE388B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE388B is #11C774. Grayscale: #777777. Windows color (decimal): -1165173 or 9124078. OLE color: 9124078.

HSL color Cylindrical-coordinate representation of color #EE388B: hue angle of 332.64º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE388B is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB23856139-
CMYK00.760.420.07
HSL332.64º84.26%57.65%-
HSV(B)332.64º76.47%93.33%-
XYZ41.3322.8726.66-
YUV119.88138.8212.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.97%
GREEN value IS 56 (22.27% from 255) = 12.93%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=54.97%
G=12.93%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385613900.760.420.07332.6484.2657.65
HexEE388B04C2A714d543a
Octal35670213011452751512472
Binary1110111011100010001011010011001010101111010011011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE388B; }

 p { color: rgb(238,56,139); }

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

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

 a { background-color: rgb(238,56,139); }

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

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

 span { border-color: rgb(238,56,139); }

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