Html Css Color HEX #EBA3D1 Lavender Pink

📋 copy color: '#EBA3D1'

red 235 ◦ green 163 ◦ blue 209

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

Shades of Lavender Pink #EBA3D1

Tints of Lavender Pink #EBA3D1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.85%

 BLUE value IS 209 (82.03% from 255) = 34.43%

R = 38.71%
G = 26.85%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBA3D1 (or 0xEBA3D1) is known color: Lavender Pink. HEX triplet: EB, A3 and D1. RGB value is (235,163,209). Sum of RGB (Red+Green+Blue) = 235+163+209=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3D1 is #145C2E. Grayscale: #BDBDBD. Windows color (decimal): -1334319 or 13738987. OLE color: 13738987.

HSL color Cylindrical-coordinate representation of color #EBA3D1: hue angle of 321.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 #EBA3D1 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 163 209 -
CMYK 0 0.31 0.11 0.08
HSL 321.67º 0.64% 0.78% -
HSV(B) 321.67º 0.31% 0.92% -
XYZ 58.87 48.46 66.57 -
YUV 189.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 235 163 209 0 0.31 0.11 0.08 321.67 0.64 0.78
Hex EB A3 D1 0 1F B 8 142 40 4E
Octal 353 243 321 0 37 13 10 502 100 116
Binary 11101011 10100011 11010001 0 11111 1011 1000 101000010 1000000 1001110

Color Harmonies of #EBA3D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA3D1

Black with #EBA3D1

Text Example


Text Example

White with #EBA3D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA3D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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