Html Css Color HEX #EBA9C9 Lavender Pink

📋 copy color: '#EBA9C9'

red 235 ◦ green 169 ◦ blue 201

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

Shades of Lavender Pink #EBA9C9

Tints of Lavender Pink #EBA9C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33.22%

R = 38.84%
G = 27.93%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBA9C9 (or 0xEBA9C9) is known color: Lavender Pink. HEX triplet: EB, A9 and C9. RGB value is (235,169,201). Sum of RGB (Red+Green+Blue) = 235+169+201=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9C9 is #145636. Grayscale: #C0C0C0. Windows color (decimal): -1332791 or 13216235. OLE color: 13216235.

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

Color convert

RGB 235 169 201 -
CMYK 0 0.28 0.14 0.08
HSL 330.91º 0.62% 0.79% -
HSV(B) 330.91º 0.28% 0.92% -
XYZ 58.99 50.26 61.85 -
YUV 192.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 235 169 201 0 0.28 0.14 0.08 330.91 0.62 0.79
Hex EB A9 C9 0 1C E 8 14B 3E 4F
Octal 353 251 311 0 34 16 10 513 76 117
Binary 11101011 10101001 11001001 0 11100 1110 1000 101001011 111110 1001111

Color Harmonies of #EBA9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9C9

Black with #EBA9C9

Text Example


Text Example

White with #EBA9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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