#EE358D

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

Shades of Violet Red #EE358D

Tints of Violet Red #EE358D

Color information

#EE358D (or 0xEE358D) is unknown color: approx Violet Red. HEX triplet: EE, 35 and 8D. RGB value is (238,53,141). Sum of RGB (Red+Green+Blue) = 238+53+141=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE358D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE358D is #11CA72. Grayscale: #767676. Windows color (decimal): -1165939 or 9254382. OLE color: 9254382.

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

Color convert

RGB23853141-
CMYK00.780.410.07
HSL331.46º84.47%57.06%-
HSV(B)331.46º77.73%93.33%-
XYZ41.3422.6527.39-
YUV118.35140.79213.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.09%
GREEN value IS 53 (21.09% from 255) = 12.27%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=55.09%
G=12.27%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385314100.780.410.07331.4684.4757.06
HexEE358D04E29714b5439
Octal35665215011651751312471
Binary1110111011010110001101010011101010011111010010111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE358D; }

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

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

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

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

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

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

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

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