#EE358A

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

Shades of Violet Red #EE358A

Tints of Violet Red #EE358A

Color information

#EE358A (or 0xEE358A) is unknown color: approx Violet Red. HEX triplet: EE, 35 and 8A. RGB value is (238,53,138). Sum of RGB (Red+Green+Blue) = 238+53+138=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE358A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE358A is #11CA75. Grayscale: #757575. Windows color (decimal): -1165942 or 9057774. OLE color: 9057774.

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

Color convert

RGB23853138-
CMYK00.780.420.07
HSL332.43º84.47%57.06%-
HSV(B)332.43º77.73%93.33%-
XYZ41.1222.5626.23-
YUV118139.29213.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.48%
GREEN value IS 53 (21.09% from 255) = 12.35%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=55.48%
G=12.35%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385313800.780.420.07332.4384.4757.06
HexEE358A04E2A714c5439
Octal35665212011652751412471
Binary1110111011010110001010010011101010101111010011001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE358A; }

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

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

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

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

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

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

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

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