#EBA3DD

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

Shades of Lavender Rose #EBA3DD

Tints of Lavender Rose #EBA3DD

Color information

#EBA3DD (or 0xEBA3DD) is unknown color: approx Lavender Rose. HEX triplet: EB, A3 and DD. RGB value is (235,163,221). Sum of RGB (Red+Green+Blue) = 235+163+221=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3DD is #145C22. Grayscale: #BEBEBE. Windows color (decimal): -1334307 or 14525419. OLE color: 14525419.

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

Color convert

RGB235163221-
CMYK00.310.060.08
HSL311.67º64.29%78.04%-
HSV(B)311.67º30.64%92.16%-
XYZ60.4149.0874.7-
YUV191.14144.85159.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 163 (64.06% from 255) = 26.33%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=37.96%
G=26.33%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516322100.310.060.08311.6764.2978.04
HexEBA3DD01F68138404e
Octal353243335037610470100116
Binary111010111010001111011101011111110100010011100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3DD; }

 p { color: rgb(235,163,221); }

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

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

 a { background-color: rgb(235,163,221); }

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

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

 span { border-color: rgb(235,163,221); }

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