Html Css Color HEX #EFA9CE Lavender Pink

📋 copy color: '#EFA9CE'

red 239 ◦ green 169 ◦ blue 206

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

Shades of Lavender Pink #EFA9CE

Tints of Lavender Pink #EFA9CE

RGB

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

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

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

R = 38.93%
G = 27.52%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFA9CE (or 0xEFA9CE) is known color: Lavender Pink. HEX triplet: EF, A9 and CE. RGB value is (239,169,206). Sum of RGB (Red+Green+Blue) = 239+169+206=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9CE is #105631. Grayscale: #C2C2C2. Windows color (decimal): -1070642 or 13543919. OLE color: 13543919.

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

Color convert

RGB 239 169 206 -
CMYK 0 0.29 0.14 0.06
HSL 328.29º 0.69% 0.8% -
HSV(B) 328.29º 0.29% 0.94% -
XYZ 60.93 51.18 65.06 -
YUV 194.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 239 169 206 0 0.29 0.14 0.06 328.29 0.69 0.8
Hex EF A9 CE 0 1D E 6 148 45 50
Octal 357 251 316 0 35 16 6 510 105 120
Binary 11101111 10101001 11001110 0 11101 1110 110 101001000 1000101 1010000

Color Harmonies of #EFA9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9CE

Black with #EFA9CE

Text Example


Text Example

White with #EFA9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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