Html Css Color HEX #EFA8C9 Lavender Pink

📋 copy color: '#EFA8C9'

red 239 ◦ green 168 ◦ blue 201

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

Shades of Lavender Pink #EFA8C9

Tints of Lavender Pink #EFA8C9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.63%

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

R = 39.31%
G = 27.63%
B = 33.06%

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

#EFA8C9 (or 0xEFA8C9) is known color: Lavender Pink. HEX triplet: EF, A8 and C9. RGB value is (239,168,201). Sum of RGB (Red+Green+Blue) = 239+168+201=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8C9 is #105736. Grayscale: #C0C0C0. Windows color (decimal): -1070903 or 13215983. OLE color: 13215983.

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

Color convert

RGB 239 168 201 -
CMYK 0 0.30 0.16 0.06
HSL 332.11º 0.69% 0.8% -
HSV(B) 332.11º 0.3% 0.94% -
XYZ 60.14 50.57 61.85 -
YUV 192.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 239 168 201 0 0.30 0.16 0.06 332.11 0.69 0.8
Hex EF A8 C9 0 1E 10 6 14C 45 50
Octal 357 250 311 0 36 20 6 514 105 120
Binary 11101111 10101000 11001001 0 11110 10000 110 101001100 1000101 1010000

Color Harmonies of #EFA8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8C9

Black with #EFA8C9

Text Example


Text Example

White with #EFA8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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