#EEA7E2

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

Shades of Lavender Rose #EEA7E2

Tints of Lavender Rose #EEA7E2

Color information

#EEA7E2 (or 0xEEA7E2) is unknown color: approx Lavender Rose. HEX triplet: EE, A7 and E2. RGB value is (238,167,226). Sum of RGB (Red+Green+Blue) = 238+167+226=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA7E2 is #11581D. Grayscale: #C2C2C2. Windows color (decimal): -1136670 or 14854126. OLE color: 14854126.

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

Color convert

RGB238167226-
CMYK00.300.050.07
HSL310.14º67.62%79.41%-
HSV(B)310.14º29.83%93.33%-
XYZ62.8151.3178.54-
YUV194.96145.52158.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 167 (65.62% from 255) = 26.47%
BLUE value IS 226 (88.67% from 255) = 35.82%
R=37.72%
G=26.47%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816722600.300.050.07310.1467.6279.41
HexEEA7E201E57136444f
Octal35624734203657466104117
Binary11101110101001111110001001111010111110011011010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA7E2; }

 p { color: rgb(238,167,226); }

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

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

 a { background-color: rgb(238,167,226); }

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

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

 span { border-color: rgb(238,167,226); }

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