#EE458D

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

Shades of Violet Red #EE458D

Tints of Violet Red #EE458D

Color information

#EE458D (or 0xEE458D) is unknown color: approx Violet Red. HEX triplet: EE, 45 and 8D. RGB value is (238,69,141). Sum of RGB (Red+Green+Blue) = 238+69+141=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE458D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE458D is #11BA72. Grayscale: #7F7F7F. Windows color (decimal): -1161843 or 9258478. OLE color: 9258478.

HSL color Cylindrical-coordinate representation of color #EE458D: hue angle of 334.44º 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 #EE458D is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB23869141-
CMYK00.710.410.07
HSL334.44º83.25%60.2%-
HSV(B)334.44º71.01%93.33%-
XYZ42.224.3627.68-
YUV127.74135.49206.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.12%
GREEN value IS 69 (27.34% from 255) = 15.40%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=53.12%
G=15.40%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386914100.710.410.07334.4483.2560.2
HexEE458D04729714e533c
Octal356105215010751751612374
Binary11101110100010110001101010001111010011111010011101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE458D; }

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

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

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

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

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

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

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

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