Html Css Color HEX #EFA0D0 Lavender Pink

📋 copy color: '#EFA0D0'

red 239 ◦ green 160 ◦ blue 208

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

Shades of Lavender Pink #EFA0D0

Tints of Lavender Pink #EFA0D0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.36%

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

R = 39.37%
G = 26.36%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFA0D0 (or 0xEFA0D0) is known color: Lavender Pink. HEX triplet: EF, A0 and D0. RGB value is (239,160,208). Sum of RGB (Red+Green+Blue) = 239+160+208=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0D0 is #105F2F. Grayscale: #BCBCBC. Windows color (decimal): -1072944 or 13672687. OLE color: 13672687.

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

Color convert

RGB 239 160 208 -
CMYK 0 0.33 0.13 0.06
HSL 323.54º 0.71% 0.78% -
HSV(B) 323.54º 0.33% 0.94% -
XYZ 59.55 48.05 65.81 -
YUV 189.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 239 160 208 0 0.33 0.13 0.06 323.54 0.71 0.78
Hex EF A0 D0 0 21 D 6 144 47 4E
Octal 357 240 320 0 41 15 6 504 107 116
Binary 11101111 10100000 11010000 0 100001 1101 110 101000100 1000111 1001110

Color Harmonies of #EFA0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA0D0

Black with #EFA0D0

Text Example


Text Example

White with #EFA0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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