#EB9ADC

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

Shades of Lavender Rose #EB9ADC

Tints of Lavender Rose #EB9ADC

Color information

#EB9ADC (or 0xEB9ADC) is unknown color: approx Lavender Rose. HEX triplet: EB, 9A and DC. RGB value is (235,154,220). Sum of RGB (Red+Green+Blue) = 235+154+220=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9ADC is #146523. Grayscale: #B9B9B9. Windows color (decimal): -1336612 or 14457579. OLE color: 14457579.

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

Color convert

RGB235154220-
CMYK00.340.060.08
HSL311.11º66.94%76.27%-
HSV(B)311.11º34.47%92.16%-
XYZ58.7345.9473.48-
YUV185.74147.34163.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 154 (60.55% from 255) = 25.29%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=38.59%
G=25.29%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515422000.340.060.08311.1166.9476.27
HexEB9ADC02268137434c
Octal353232334042610467103114
Binary1110101110011010110111000100010110100010011011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9ADC; }

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

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

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

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

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

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

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

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