Html Css Color HEX #EFA1D9 Lavender Rose

📋 copy color: '#EFA1D9'

red 239 ◦ green 161 ◦ blue 217

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

Shades of Lavender Rose #EFA1D9

Tints of Lavender Rose #EFA1D9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.09%

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

R = 38.74%
G = 26.09%
B = 35.17%

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

#EFA1D9 (or 0xEFA1D9) is known color: Lavender Rose. HEX triplet: EF, A1 and D9. RGB value is (239,161,217). Sum of RGB (Red+Green+Blue) = 239+161+217=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1D9 is #105E26. Grayscale: #BEBEBE. Windows color (decimal): -1072679 or 14262767. OLE color: 14262767.

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

Color convert

RGB 239 161 217 -
CMYK 0 0.33 0.09 0.06
HSL 316.92º 0.71% 0.78% -
HSV(B) 316.92º 0.33% 0.94% -
XYZ 60.87 48.85 71.87 -
YUV 190.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 239 161 217 0 0.33 0.09 0.06 316.92 0.71 0.78
Hex EF A1 D9 0 21 9 6 13D 47 4E
Octal 357 241 331 0 41 11 6 475 107 116
Binary 11101111 10100001 11011001 0 100001 1001 110 100111101 1000111 1001110

Color Harmonies of #EFA1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1D9

Black with #EFA1D9

Text Example


Text Example

White with #EFA1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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