Html Css Color HEX #EFA6C9 Lavender Pink

📋 copy color: '#EFA6C9'

red 239 ◦ green 166 ◦ blue 201

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

Shades of Lavender Pink #EFA6C9

Tints of Lavender Pink #EFA6C9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.39%

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

R = 39.44%
G = 27.39%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFA6C9 (or 0xEFA6C9) is known color: Lavender Pink. HEX triplet: EF, A6 and C9. RGB value is (239,166,201). Sum of RGB (Red+Green+Blue) = 239+166+201=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6C9 is #105936. Grayscale: #BFBFBF. Windows color (decimal): -1071415 or 13215471. OLE color: 13215471.

HSL color Cylindrical-coordinate representation of color #EFA6C9: hue angle of 331.23º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA6C9 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 166 201 -
CMYK 0 0.31 0.16 0.06
HSL 331.23º 0.7% 0.79% -
HSV(B) 331.23º 0.31% 0.94% -
XYZ 59.78 49.84 61.73 -
YUV 191.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 239 166 201 0 0.31 0.16 0.06 331.23 0.7 0.79
Hex EF A6 C9 0 1F 10 6 14B 46 4F
Octal 357 246 311 0 37 20 6 513 106 117
Binary 11101111 10100110 11001001 0 11111 10000 110 101001011 1000110 1001111

Color Harmonies of #EFA6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6C9

Black with #EFA6C9

Text Example


Text Example

White with #EFA6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6C9; }

 p { color: rgb(239,166,201); }

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

background-color css

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

 a { background-color: rgb(239,166,201); }

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

border-color css

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

 span { border-color: rgb(239,166,201); }

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