Html Css Color HEX #EBA9CE Lavender Pink

📋 copy color: '#EBA9CE'

red 235 ◦ green 169 ◦ blue 206

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

Shades of Lavender Pink #EBA9CE

Tints of Lavender Pink #EBA9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.77%

R = 38.52%
G = 27.7%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBA9CE (or 0xEBA9CE) is known color: Lavender Pink. HEX triplet: EB, A9 and CE. RGB value is (235,169,206). Sum of RGB (Red+Green+Blue) = 235+169+206=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9CE is #145631. Grayscale: #C0C0C0. Windows color (decimal): -1332786 or 13543915. OLE color: 13543915.

HSL color Cylindrical-coordinate representation of color #EBA9CE: hue angle of 326.36º 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 #EBA9CE is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 206 -
CMYK 0 0.28 0.12 0.08
HSL 326.36º 0.62% 0.79% -
HSV(B) 326.36º 0.28% 0.92% -
XYZ 59.59 50.49 65 -
YUV 192.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 235 169 206 0 0.28 0.12 0.08 326.36 0.62 0.79
Hex EB A9 CE 0 1C C 8 146 3E 4F
Octal 353 251 316 0 34 14 10 506 76 117
Binary 11101011 10101001 11001110 0 11100 1100 1000 101000110 111110 1001111

Color Harmonies of #EBA9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9CE

Black with #EBA9CE

Text Example


Text Example

White with #EBA9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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