Html Css Color HEX #EFA4D1 Lavender Pink

📋 copy color: '#EFA4D1'

red 239 ◦ green 164 ◦ blue 209

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

Shades of Lavender Pink #EFA4D1

Tints of Lavender Pink #EFA4D1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.8%

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

R = 39.05%
G = 26.8%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFA4D1 (or 0xEFA4D1) is known color: Lavender Pink. HEX triplet: EF, A4 and D1. RGB value is (239,164,209). Sum of RGB (Red+Green+Blue) = 239+164+209=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4D1 is #105B2E. Grayscale: #BFBFBF. Windows color (decimal): -1071919 or 13739247. OLE color: 13739247.

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

Color convert

RGB 239 164 209 -
CMYK 0 0.31 0.13 0.06
HSL 324º 0.7% 0.79% -
HSV(B) 324º 0.31% 0.94% -
XYZ 60.38 49.51 66.69 -
YUV 191.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 239 164 209 0 0.31 0.13 0.06 324 0.7 0.79
Hex EF A4 D1 0 1F D 6 144 46 4F
Octal 357 244 321 0 37 15 6 504 106 117
Binary 11101111 10100100 11010001 0 11111 1101 110 101000100 1000110 1001111

Color Harmonies of #EFA4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4D1

Black with #EFA4D1

Text Example


Text Example

White with #EFA4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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