Html Css Color HEX #EBA9CF Lavender Pink

📋 copy color: '#EBA9CF'

red 235 ◦ green 169 ◦ blue 207

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

Shades of Lavender Pink #EBA9CF

Tints of Lavender Pink #EBA9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.88%

R = 38.46%
G = 27.66%
B = 33.88%

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

#EBA9CF (or 0xEBA9CF) is known color: Lavender Pink. HEX triplet: EB, A9 and CF. RGB value is (235,169,207). Sum of RGB (Red+Green+Blue) = 235+169+207=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9CF is #145630. Grayscale: #C0C0C0. Windows color (decimal): -1332785 or 13609451. OLE color: 13609451.

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

Color convert

RGB 235 169 207 -
CMYK 0 0.28 0.12 0.08
HSL 325.45º 0.62% 0.79% -
HSV(B) 325.45º 0.28% 0.92% -
XYZ 59.71 50.54 65.64 -
YUV 193.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 235 169 207 0 0.28 0.12 0.08 325.45 0.62 0.79
Hex EB A9 CF 0 1C C 8 145 3E 4F
Octal 353 251 317 0 34 14 10 505 76 117
Binary 11101011 10101001 11001111 0 11100 1100 1000 101000101 111110 1001111

Color Harmonies of #EBA9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9CF

Black with #EBA9CF

Text Example


Text Example

White with #EBA9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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