#EE3D8D

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

Shades of Violet Red #EE3D8D

Tints of Violet Red #EE3D8D

Color information

#EE3D8D (or 0xEE3D8D) is unknown color: approx Violet Red. HEX triplet: EE, 3D and 8D. RGB value is (238,61,141). Sum of RGB (Red+Green+Blue) = 238+61+141=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3D8D is #11C272. Grayscale: #7A7A7A. Windows color (decimal): -1163891 or 9256430. OLE color: 9256430.

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

Color convert

RGB23861141-
CMYK00.740.410.07
HSL332.88º83.89%58.63%-
HSV(B)332.88º74.37%93.33%-
XYZ41.7423.4427.52-
YUV123.04138.14210-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.09%
GREEN value IS 61 (24.22% from 255) = 13.86%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=54.09%
G=13.86%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386114100.740.410.07332.8883.8958.63
HexEE3D8D04A29714d543b
Octal35675215011251751512473
Binary1110111011110110001101010010101010011111010011011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3D8D; }

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

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

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

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

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

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

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

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