#EE6D9C

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

Shades of Pale Violet Red #EE6D9C

Tints of Pale Violet Red #EE6D9C

Color information

#EE6D9C (or 0xEE6D9C) is unknown color: approx Pale Violet Red. HEX triplet: EE, 6D and 9C. RGB value is (238,109,156). Sum of RGB (Red+Green+Blue) = 238+109+156=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6D9C is #119263. Grayscale: #989898. Windows color (decimal): -1151588 or 10251758. OLE color: 10251758.

HSL color Cylindrical-coordinate representation of color #EE6D9C: hue angle of 338.14º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6D9C is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238109156-
CMYK00.540.340.07
HSL338.14º79.14%68.04%-
HSV(B)338.14º54.2%93.33%-
XYZ46.7331.5135.07-
YUV152.93129.74188.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.32%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=47.32%
G=21.67%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810915600.540.340.07338.1479.1468.04
HexEE6D9C0362271524f44
Octal356155234066427522117104
Binary11101110110110110011100011011010001011110101001010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6D9C; }

 p { color: rgb(238,109,156); }

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

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

 a { background-color: rgb(238,109,156); }

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

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

 span { border-color: rgb(238,109,156); }

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