Html Css Color HEX #EFA2D1 Lavender Pink

📋 copy color: '#EFA2D1'

red 239 ◦ green 162 ◦ blue 209

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

Shades of Lavender Pink #EFA2D1

Tints of Lavender Pink #EFA2D1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.56%

 BLUE value IS 209 (82.03% from 255) = 34.26%

R = 39.18%
G = 26.56%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFA2D1 (or 0xEFA2D1) is known color: Lavender Pink. HEX triplet: EF, A2 and D1. RGB value is (239,162,209). Sum of RGB (Red+Green+Blue) = 239+162+209=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 162 (63.67% from 255 or 26.56% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2D1 is #105D2E. Grayscale: #BEBEBE. Windows color (decimal): -1072431 or 13738735. OLE color: 13738735.

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

Color convert

RGB 239 162 209 -
CMYK 0 0.32 0.13 0.06
HSL 323.38º 0.71% 0.79% -
HSV(B) 323.38º 0.32% 0.94% -
XYZ 60.03 48.79 66.58 -
YUV 190.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 239 162 209 0 0.32 0.13 0.06 323.38 0.71 0.79
Hex EF A2 D1 0 20 D 6 143 47 4F
Octal 357 242 321 0 40 15 6 503 107 117
Binary 11101111 10100010 11010001 0 100000 1101 110 101000011 1000111 1001111

Color Harmonies of #EFA2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2D1

Black with #EFA2D1

Text Example


Text Example

White with #EFA2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2D1; }

 p { color: rgb(239,162,209); }

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

background-color css

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

 a { background-color: rgb(239,162,209); }

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

border-color css

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

 span { border-color: rgb(239,162,209); }

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