Html Css Color HEX #EBA6CE Lavender Pink

📋 copy color: '#EBA6CE'

red 235 ◦ green 166 ◦ blue 206

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

Shades of Lavender Pink #EBA6CE

Tints of Lavender Pink #EBA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.35%

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

R = 38.71%
G = 27.35%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBA6CE (or 0xEBA6CE) is known color: Lavender Pink. HEX triplet: EB, A6 and CE. RGB value is (235,166,206). Sum of RGB (Red+Green+Blue) = 235+166+206=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6CE is #145931. Grayscale: #BFBFBF. Windows color (decimal): -1333554 or 13543147. OLE color: 13543147.

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

Color convert

RGB 235 166 206 -
CMYK 0 0.29 0.12 0.08
HSL 325.22º 0.63% 0.79% -
HSV(B) 325.22º 0.29% 0.92% -
XYZ 59.04 49.39 64.81 -
YUV 191.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 235 166 206 0 0.29 0.12 0.08 325.22 0.63 0.79
Hex EB A6 CE 0 1D C 8 145 3F 4F
Octal 353 246 316 0 35 14 10 505 77 117
Binary 11101011 10100110 11001110 0 11101 1100 1000 101000101 111111 1001111

Color Harmonies of #EBA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6CE

Black with #EBA6CE

Text Example


Text Example

White with #EBA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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