Html Css Color HEX #EFA1DF Lavender Rose

📋 copy color: '#EFA1DF'

red 239 ◦ green 161 ◦ blue 223

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

Shades of Lavender Rose #EFA1DF

Tints of Lavender Rose #EFA1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.79%

R = 38.36%
G = 25.84%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFA1DF (or 0xEFA1DF) is known color: Lavender Rose. HEX triplet: EF, A1 and DF. RGB value is (239,161,223). Sum of RGB (Red+Green+Blue) = 239+161+223=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1DF is #105E20. Grayscale: #BFBFBF. Windows color (decimal): -1072673 or 14655983. OLE color: 14655983.

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

Color convert

RGB 239 161 223 -
CMYK 0 0.33 0.07 0.06
HSL 312.31º 0.71% 0.78% -
HSV(B) 312.31º 0.33% 0.94% -
XYZ 61.66 49.17 76.05 -
YUV 191.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 239 161 223 0 0.33 0.07 0.06 312.31 0.71 0.78
Hex EF A1 DF 0 21 7 6 138 47 4E
Octal 357 241 337 0 41 7 6 470 107 116
Binary 11101111 10100001 11011111 0 100001 111 110 100111000 1000111 1001110

Color Harmonies of #EFA1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1DF

Black with #EFA1DF

Text Example


Text Example

White with #EFA1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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