Html Css Color HEX #EFA4D0 Lavender Pink

📋 copy color: '#EFA4D0'

red 239 ◦ green 164 ◦ blue 208

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

Shades of Lavender Pink #EFA4D0

Tints of Lavender Pink #EFA4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.04%

R = 39.12%
G = 26.84%
B = 34.04%

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

#EFA4D0 (or 0xEFA4D0) is known color: Lavender Pink. HEX triplet: EF, A4 and D0. RGB value is (239,164,208). Sum of RGB (Red+Green+Blue) = 239+164+208=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4D0 is #105B2F. Grayscale: #BFBFBF. Windows color (decimal): -1071920 or 13673711. OLE color: 13673711.

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

Color convert

RGB 239 164 208 -
CMYK 0 0.31 0.13 0.06
HSL 324.8º 0.7% 0.79% -
HSV(B) 324.8º 0.31% 0.94% -
XYZ 60.26 49.46 66.04 -
YUV 191.44 137.35 161.92 -
System Red Green Blue C M Y K H S L
Decimal 239 164 208 0 0.31 0.13 0.06 324.8 0.7 0.79
Hex EF A4 D0 0 1F D 6 145 46 4F
Octal 357 244 320 0 37 15 6 505 106 117
Binary 11101111 10100100 11010000 0 11111 1101 110 101000101 1000110 1001111

Color Harmonies of #EFA4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4D0

Black with #EFA4D0

Text Example


Text Example

White with #EFA4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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