Html Css Color HEX #EFA8C8 Lavender Pink

📋 copy color: '#EFA8C8'

red 239 ◦ green 168 ◦ blue 200

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

Shades of Lavender Pink #EFA8C8

Tints of Lavender Pink #EFA8C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.95%

R = 39.37%
G = 27.68%
B = 32.95%

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

#EFA8C8 (or 0xEFA8C8) is known color: Lavender Pink. HEX triplet: EF, A8 and C8. RGB value is (239,168,200). Sum of RGB (Red+Green+Blue) = 239+168+200=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8C8 is #105737. Grayscale: #C0C0C0. Windows color (decimal): -1070904 or 13150447. OLE color: 13150447.

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

Color convert

RGB 239 168 200 -
CMYK 0 0.30 0.16 0.06
HSL 332.96º 0.69% 0.8% -
HSV(B) 332.96º 0.3% 0.94% -
XYZ 60.02 50.53 61.23 -
YUV 192.88 132.02 160.9 -
System Red Green Blue C M Y K H S L
Decimal 239 168 200 0 0.30 0.16 0.06 332.96 0.69 0.8
Hex EF A8 C8 0 1E 10 6 14D 45 50
Octal 357 250 310 0 36 20 6 515 105 120
Binary 11101111 10101000 11001000 0 11110 10000 110 101001101 1000101 1010000

Color Harmonies of #EFA8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8C8

Black with #EFA8C8

Text Example


Text Example

White with #EFA8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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