Html Css Color HEX #EBA5D2 Lavender Pink

📋 copy color: '#EBA5D2'

red 235 ◦ green 165 ◦ blue 210

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

Shades of Lavender Pink #EBA5D2

Tints of Lavender Pink #EBA5D2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.05%

 BLUE value IS 210 (82.42% from 255) = 34.43%

R = 38.52%
G = 27.05%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBA5D2 (or 0xEBA5D2) is known color: Lavender Pink. HEX triplet: EB, A5 and D2. RGB value is (235,165,210). Sum of RGB (Red+Green+Blue) = 235+165+210=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5D2 is #145A2D. Grayscale: #BEBEBE. Windows color (decimal): -1333806 or 13805035. OLE color: 13805035.

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

Color convert

RGB 235 165 210 -
CMYK 0 0.30 0.11 0.08
HSL 321.43º 0.64% 0.78% -
HSV(B) 321.43º 0.3% 0.92% -
XYZ 59.35 49.23 67.35 -
YUV 191.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 235 165 210 0 0.30 0.11 0.08 321.43 0.64 0.78
Hex EB A5 D2 0 1E B 8 141 40 4E
Octal 353 245 322 0 36 13 10 501 100 116
Binary 11101011 10100101 11010010 0 11110 1011 1000 101000001 1000000 1001110

Color Harmonies of #EBA5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5D2

Black with #EBA5D2

Text Example


Text Example

White with #EBA5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5D2; }

 p { color: rgb(235,165,210); }

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

background-color css

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

 a { background-color: rgb(235,165,210); }

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

border-color css

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

 span { border-color: rgb(235,165,210); }

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