Html Css Color HEX #EBA5CE Lavender Pink

📋 copy color: '#EBA5CE'

red 235 ◦ green 165 ◦ blue 206

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

Shades of Lavender Pink #EBA5CE

Tints of Lavender Pink #EBA5CE

RGB

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

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

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

R = 38.78%
G = 27.23%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBA5CE (or 0xEBA5CE) is known color: Lavender Pink. HEX triplet: EB, A5 and CE. RGB value is (235,165,206). Sum of RGB (Red+Green+Blue) = 235+165+206=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5CE is #145A31. Grayscale: #BEBEBE. Windows color (decimal): -1333810 or 13542891. OLE color: 13542891.

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

Color convert

RGB 235 165 206 -
CMYK 0 0.30 0.12 0.08
HSL 324.86º 0.64% 0.78% -
HSV(B) 324.86º 0.3% 0.92% -
XYZ 58.86 49.03 64.75 -
YUV 190.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 235 165 206 0 0.30 0.12 0.08 324.86 0.64 0.78
Hex EB A5 CE 0 1E C 8 145 40 4E
Octal 353 245 316 0 36 14 10 505 100 116
Binary 11101011 10100101 11001110 0 11110 1100 1000 101000101 1000000 1001110

Color Harmonies of #EBA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5CE

Black with #EBA5CE

Text Example


Text Example

White with #EBA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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