#EE358B

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

Shades of Violet Red #EE358B

Tints of Violet Red #EE358B

Color information

#EE358B (or 0xEE358B) is unknown color: approx Violet Red. HEX triplet: EE, 35 and 8B. RGB value is (238,53,139). Sum of RGB (Red+Green+Blue) = 238+53+139=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE358B is #11CA74. Grayscale: #757575. Windows color (decimal): -1165941 or 9123310. OLE color: 9123310.

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

Color convert

RGB23853139-
CMYK00.780.420.07
HSL332.11º84.47%57.06%-
HSV(B)332.11º77.73%93.33%-
XYZ41.1922.5926.61-
YUV118.12139.79213.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.35%
GREEN value IS 53 (21.09% from 255) = 12.33%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=55.35%
G=12.33%
B=32.33%

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
Decimal2385313900.780.420.07332.1184.4757.06
HexEE358B04E2A714c5439
Octal35665213011652751412471
Binary1110111011010110001011010011101010101111010011001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE358B; }

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

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

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

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

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

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

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

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