#EE4185

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

Shades of Violet Red #EE4185

Tints of Violet Red #EE4185

Color information

#EE4185 (or 0xEE4185) is unknown color: approx Violet Red. HEX triplet: EE, 41 and 85. RGB value is (238,65,133). Sum of RGB (Red+Green+Blue) = 238+65+133=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4185 is #11BE7A. Grayscale: #7C7C7C. Windows color (decimal): -1162875 or 8733166. OLE color: 8733166.

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

Color convert

RGB23865133-
CMYK00.730.440.07
HSL336.42º83.57%59.41%-
HSV(B)336.42º72.69%93.33%-
XYZ41.3823.6524.57-
YUV124.48132.81208.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.59%
GREEN value IS 65 (25.78% from 255) = 14.91%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=54.59%
G=14.91%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386513300.730.440.07336.4283.5759.41
HexEE41850492C7150543b
Octal356101205011154752012473
Binary11101110100000110000101010010011011001111010100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4185; }

 p { color: rgb(238,65,133); }

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

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

 a { background-color: rgb(238,65,133); }

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

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

 span { border-color: rgb(238,65,133); }

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