Html Css Color HEX #EFA9CF Lavender Pink

📋 copy color: '#EFA9CF'

red 239 ◦ green 169 ◦ blue 207

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

Shades of Lavender Pink #EFA9CF

Tints of Lavender Pink #EFA9CF

RGB

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

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

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

R = 38.86%
G = 27.48%
B = 33.66%

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

#EFA9CF (or 0xEFA9CF) is known color: Lavender Pink. HEX triplet: EF, A9 and CF. RGB value is (239,169,207). Sum of RGB (Red+Green+Blue) = 239+169+207=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9CF is #105630. Grayscale: #C2C2C2. Windows color (decimal): -1070641 or 13609455. OLE color: 13609455.

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

Color convert

RGB 239 169 207 -
CMYK 0 0.29 0.13 0.06
HSL 327.43º 0.69% 0.8% -
HSV(B) 327.43º 0.29% 0.94% -
XYZ 61.05 51.23 65.7 -
YUV 194.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 239 169 207 0 0.29 0.13 0.06 327.43 0.69 0.8
Hex EF A9 CF 0 1D D 6 147 45 50
Octal 357 251 317 0 35 15 6 507 105 120
Binary 11101111 10101001 11001111 0 11101 1101 110 101000111 1000101 1010000

Color Harmonies of #EFA9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9CF

Black with #EFA9CF

Text Example


Text Example

White with #EFA9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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