#EE699E

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

Shades of Pale Violet Red #EE699E

Tints of Pale Violet Red #EE699E

Color information

#EE699E (or 0xEE699E) is unknown color: approx Pale Violet Red. HEX triplet: EE, 69 and 9E. RGB value is (238,105,158). Sum of RGB (Red+Green+Blue) = 238+105+158=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE699E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE699E is #119661. Grayscale: #969696. Windows color (decimal): -1152610 or 10381806. OLE color: 10381806.

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

Color convert

RGB238105158-
CMYK00.560.340.07
HSL336.09º79.64%67.25%-
HSV(B)336.09º55.88%93.33%-
XYZ46.4830.7535.83-
YUV150.81132.06190.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.50%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=47.50%
G=20.96%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810515800.560.340.07336.0979.6467.25
HexEE699E0382271505043
Octal356151236070427520120103
Binary11101110110100110011110011100010001011110101000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE699E; }

 p { color: rgb(238,105,158); }

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

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

 a { background-color: rgb(238,105,158); }

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

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

 span { border-color: rgb(238,105,158); }

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