#EE6A9E

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

Shades of Pale Violet Red #EE6A9E

Tints of Pale Violet Red #EE6A9E

Color information

#EE6A9E (or 0xEE6A9E) is unknown color: approx Pale Violet Red. HEX triplet: EE, 6A and 9E. RGB value is (238,106,158). Sum of RGB (Red+Green+Blue) = 238+106+158=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6A9E is #119561. Grayscale: #979797. Windows color (decimal): -1152354 or 10382062. OLE color: 10382062.

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

Color convert

RGB238106158-
CMYK00.550.340.07
HSL336.36º79.52%67.45%-
HSV(B)336.36º55.46%93.33%-
XYZ46.5930.9535.87-
YUV151.4131.73189.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.41%
GREEN value IS 106 (41.80% from 255) = 21.12%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=47.41%
G=21.12%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810615800.550.340.07336.3679.5267.45
HexEE6A9E0372271505043
Octal356152236067427520120103
Binary11101110110101010011110011011110001011110101000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6A9E; }

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

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

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

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

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

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

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

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