Html Css Color HEX #EBA6CC Lavender Pink

📋 copy color: '#EBA6CC'

red 235 ◦ green 166 ◦ blue 204

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

Shades of Lavender Pink #EBA6CC

Tints of Lavender Pink #EBA6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.72%

R = 38.84%
G = 27.44%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBA6CC (or 0xEBA6CC) is known color: Lavender Pink. HEX triplet: EB, A6 and CC. RGB value is (235,166,204). Sum of RGB (Red+Green+Blue) = 235+166+204=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6CC is #145933. Grayscale: #BEBEBE. Windows color (decimal): -1333556 or 13412075. OLE color: 13412075.

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

Color convert

RGB 235 166 204 -
CMYK 0 0.29 0.13 0.08
HSL 326.96º 0.63% 0.79% -
HSV(B) 326.96º 0.29% 0.92% -
XYZ 58.8 49.29 63.54 -
YUV 190.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 235 166 204 0 0.29 0.13 0.08 326.96 0.63 0.79
Hex EB A6 CC 0 1D D 8 147 3F 4F
Octal 353 246 314 0 35 15 10 507 77 117
Binary 11101011 10100110 11001100 0 11101 1101 1000 101000111 111111 1001111

Color Harmonies of #EBA6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6CC

Black with #EBA6CC

Text Example


Text Example

White with #EBA6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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