Html Css Color HEX #EBA7D2 Lavender Pink

📋 copy color: '#EBA7D2'

red 235 ◦ green 167 ◦ blue 210

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

Shades of Lavender Pink #EBA7D2

Tints of Lavender Pink #EBA7D2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.29%

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

R = 38.4%
G = 27.29%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBA7D2 (or 0xEBA7D2) is known color: Lavender Pink. HEX triplet: EB, A7 and D2. RGB value is (235,167,210). Sum of RGB (Red+Green+Blue) = 235+167+210=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7D2 is #14582D. Grayscale: #C0C0C0. Windows color (decimal): -1333294 or 13805547. OLE color: 13805547.

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

Color convert

RGB 235 167 210 -
CMYK 0 0.29 0.11 0.08
HSL 322.06º 0.63% 0.79% -
HSV(B) 322.06º 0.29% 0.92% -
XYZ 59.71 49.95 67.47 -
YUV 192.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 235 167 210 0 0.29 0.11 0.08 322.06 0.63 0.79
Hex EB A7 D2 0 1D B 8 142 3F 4F
Octal 353 247 322 0 35 13 10 502 77 117
Binary 11101011 10100111 11010010 0 11101 1011 1000 101000010 111111 1001111

Color Harmonies of #EBA7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7D2

Black with #EBA7D2

Text Example


Text Example

White with #EBA7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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