#EBA0D4

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

Shades of Lavender Rose #EBA0D4

Tints of Lavender Rose #EBA0D4

Color information

#EBA0D4 (or 0xEBA0D4) is unknown color: approx Lavender Rose. HEX triplet: EB, A0 and D4. RGB value is (235,160,212). Sum of RGB (Red+Green+Blue) = 235+160+212=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA0D4 is #145F2B. Grayscale: #BCBCBC. Windows color (decimal): -1335084 or 13934827. OLE color: 13934827.

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

Color convert

RGB235160212-
CMYK00.320.100.08
HSL318.4º65.22%77.45%-
HSV(B)318.4º31.91%92.16%-
XYZ58.7247.5668.37-
YUV188.35141.35161.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 160 (62.89% from 255) = 26.36%
BLUE value IS 212 (83.20% from 255) = 34.93%
R=38.71%
G=26.36%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516021200.320.100.08318.465.2277.45
HexEBA0D4020A813e414d
Octal3532403240401210476101115
Binary11101011101000001101010001000001010100010011111010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0D4; }

 p { color: rgb(235,160,212); }

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

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

 a { background-color: rgb(235,160,212); }

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

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

 span { border-color: rgb(235,160,212); }

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