#EEA3DF

Color #EEA3DF Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EEA3DF

Tints of Lavender Rose #EEA3DF

Color information

#EEA3DF (or 0xEEA3DF) is unknown color: approx Lavender Rose. HEX triplet: EE, A3 and DF. RGB value is (238,163,223). Sum of RGB (Red+Green+Blue) = 238+163+223=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 163 (64.06% from 255 or 26.12% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA3DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA3DF is #115C20. Grayscale: #C0C0C0. Windows color (decimal): -1137697 or 14656494. OLE color: 14656494.

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

Color convert

RGB238163223-
CMYK00.320.060.07
HSL312º68.81%78.63%-
HSV(B)312º31.51%93.33%-
XYZ61.6849.776.15-
YUV192.26145.35160.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.14%
GREEN value IS 163 (64.06% from 255) = 26.12%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=38.14%
G=26.12%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816322300.320.060.0731268.8178.63
HexEEA3DF02067138454f
Octal35624333704067470105117
Binary111011101010001111011111010000011011110011100010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA3DF; }

 p { color: rgb(238,163,223); }

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

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

 a { background-color: rgb(238,163,223); }

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

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

 span { border-color: rgb(238,163,223); }

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