Html Css Color HEX #EFA7C9 Lavender Pink

📋 copy color: '#EFA7C9'

red 239 ◦ green 167 ◦ blue 201

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

Shades of Lavender Pink #EFA7C9

Tints of Lavender Pink #EFA7C9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.51%

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

R = 39.37%
G = 27.51%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFA7C9 (or 0xEFA7C9) is known color: Lavender Pink. HEX triplet: EF, A7 and C9. RGB value is (239,167,201). Sum of RGB (Red+Green+Blue) = 239+167+201=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7C9 is #105836. Grayscale: #C0C0C0. Windows color (decimal): -1071159 or 13215727. OLE color: 13215727.

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

Color convert

RGB 239 167 201 -
CMYK 0 0.30 0.16 0.06
HSL 331.67º 0.69% 0.8% -
HSV(B) 331.67º 0.3% 0.94% -
XYZ 59.96 50.21 61.79 -
YUV 192.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 239 167 201 0 0.30 0.16 0.06 331.67 0.69 0.8
Hex EF A7 C9 0 1E 10 6 14C 45 50
Octal 357 247 311 0 36 20 6 514 105 120
Binary 11101111 10100111 11001001 0 11110 10000 110 101001100 1000101 1010000

Color Harmonies of #EFA7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7C9

Black with #EFA7C9

Text Example


Text Example

White with #EFA7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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