Html Css Color HEX #EFA0D9 Lavender Rose

📋 copy color: '#EFA0D9'

red 239 ◦ green 160 ◦ blue 217

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

Shades of Lavender Rose #EFA0D9

Tints of Lavender Rose #EFA0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.23%

R = 38.8%
G = 25.97%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFA0D9 (or 0xEFA0D9) is known color: Lavender Rose. HEX triplet: EF, A0 and D9. RGB value is (239,160,217). Sum of RGB (Red+Green+Blue) = 239+160+217=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0D9 is #105F26. Grayscale: #BDBDBD. Windows color (decimal): -1072935 or 14262511. OLE color: 14262511.

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

Color convert

RGB 239 160 217 -
CMYK 0 0.33 0.09 0.06
HSL 316.71º 0.71% 0.78% -
HSV(B) 316.71º 0.33% 0.94% -
XYZ 60.69 48.5 71.81 -
YUV 190.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 239 160 217 0 0.33 0.09 0.06 316.71 0.71 0.78
Hex EF A0 D9 0 21 9 6 13D 47 4E
Octal 357 240 331 0 41 11 6 475 107 116
Binary 11101111 10100000 11011001 0 100001 1001 110 100111101 1000111 1001110

Color Harmonies of #EFA0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA0D9

Black with #EFA0D9

Text Example


Text Example

White with #EFA0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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