Html Css Color HEX #EFA9D1 Lavender Pink

📋 copy color: '#EFA9D1'

red 239 ◦ green 169 ◦ blue 209

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

Shades of Lavender Pink #EFA9D1

Tints of Lavender Pink #EFA9D1

RGB

 RED value IS 239 (93.75% from 255) = 38.74%

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

 BLUE value IS 209 (82.03% from 255) = 33.87%

R = 38.74%
G = 27.39%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFA9D1 (or 0xEFA9D1) is known color: Lavender Pink. HEX triplet: EF, A9 and D1. RGB value is (239,169,209). Sum of RGB (Red+Green+Blue) = 239+169+209=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9D1 is #10562E. Grayscale: #C2C2C2. Windows color (decimal): -1070639 or 13740527. OLE color: 13740527.

HSL color Cylindrical-coordinate representation of color #EFA9D1: hue angle of 325.71º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9D1 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 169 209 -
CMYK 0 0.29 0.13 0.06
HSL 325.71º 0.69% 0.8% -
HSV(B) 325.71º 0.29% 0.94% -
XYZ 61.29 51.33 67 -
YUV 194.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 239 169 209 0 0.29 0.13 0.06 325.71 0.69 0.8
Hex EF A9 D1 0 1D D 6 146 45 50
Octal 357 251 321 0 35 15 6 506 105 120
Binary 11101111 10101001 11010001 0 11101 1101 110 101000110 1000101 1010000

Color Harmonies of #EFA9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9D1

Black with #EFA9D1

Text Example


Text Example

White with #EFA9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9D1; }

 p { color: rgb(239,169,209); }

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

background-color css

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

 a { background-color: rgb(239,169,209); }

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

border-color css

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

 span { border-color: rgb(239,169,209); }

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