#EE458B

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

Shades of Violet Red #EE458B

Tints of Violet Red #EE458B

Color information

#EE458B (or 0xEE458B) is unknown color: approx Violet Red. HEX triplet: EE, 45 and 8B. RGB value is (238,69,139). Sum of RGB (Red+Green+Blue) = 238+69+139=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE458B is #11BA74. Grayscale: #7F7F7F. Windows color (decimal): -1161845 or 9127406. OLE color: 9127406.

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

Color convert

RGB23869139-
CMYK00.710.420.07
HSL335.15º83.25%60.2%-
HSV(B)335.15º71.01%93.33%-
XYZ42.0524.326.9-
YUV127.51134.49206.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.36%
GREEN value IS 69 (27.34% from 255) = 15.47%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=53.36%
G=15.47%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386913900.710.420.07335.1583.2560.2
HexEE458B0472A714f533c
Octal356105213010752751712374
Binary11101110100010110001011010001111010101111010011111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE458B; }

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

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

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

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

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

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

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

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