#EB9EDC

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

Shades of Lavender Rose #EB9EDC

Tints of Lavender Rose #EB9EDC

Color information

#EB9EDC (or 0xEB9EDC) is unknown color: approx Lavender Rose. HEX triplet: EB, 9E and DC. RGB value is (235,158,220). Sum of RGB (Red+Green+Blue) = 235+158+220=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EDC is #146123. Grayscale: #BBBBBB. Windows color (decimal): -1335588 or 14458603. OLE color: 14458603.

HSL color Cylindrical-coordinate representation of color #EB9EDC: hue angle of 311.69º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9EDC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235158220-
CMYK00.330.060.08
HSL311.69º65.81%77.06%-
HSV(B)311.69º32.77%92.16%-
XYZ59.4147.2873.71-
YUV188.09146.01161.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 158 (62.11% from 255) = 25.77%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=38.34%
G=25.77%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515822000.330.060.08311.6965.8177.06
HexEB9EDC02168138424d
Octal353236334041610470102115
Binary1110101110011110110111000100001110100010011100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EDC; }

 p { color: rgb(235,158,220); }

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

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

 a { background-color: rgb(235,158,220); }

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

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

 span { border-color: rgb(235,158,220); }

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