Html Css Color HEX #EBA9D3 Lavender Pink

📋 copy color: '#EBA9D3'

red 235 ◦ green 169 ◦ blue 211

#EBA9D3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #EBA9D3

Tints of Lavender Pink #EBA9D3

RGB

 RED value IS 235 (92.19% from 255) = 38.21%

 GREEN value IS 169 (66.41% from 255) = 27.48%

 BLUE value IS 211 (82.81% from 255) = 34.31%

R = 38.21%
G = 27.48%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBA9D3 (or 0xEBA9D3) is known color: Lavender Pink. HEX triplet: EB, A9 and D3. RGB value is (235,169,211). Sum of RGB (Red+Green+Blue) = 235+169+211=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9D3 is #14562C. Grayscale: #C1C1C1. Windows color (decimal): -1332781 or 13871595. OLE color: 13871595.

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

Color convert

RGB 235 169 211 -
CMYK 0 0.28 0.10 0.08
HSL 321.82º 0.62% 0.79% -
HSV(B) 321.82º 0.28% 0.92% -
XYZ 60.21 50.74 68.25 -
YUV 193.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 235 169 211 0 0.28 0.10 0.08 321.82 0.62 0.79
Hex EB A9 D3 0 1C A 8 142 3E 4F
Octal 353 251 323 0 34 12 10 502 76 117
Binary 11101011 10101001 11010011 0 11100 1010 1000 101000010 111110 1001111

Color Harmonies of #EBA9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9D3

Black with #EBA9D3

Text Example


Text Example

White with #EBA9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9D3; }

 p { color: rgb(235,169,211); }

 H1.HeaderClassName
 {
   color: #EBA9D3;
 }
 .AnyTagClassName
 {
   color: #EBA9D3;
 }
</style>

background-color css

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

 a { background-color: rgb(235,169,211); }

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

border-color css

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

 span { border-color: rgb(235,169,211); }

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