Html Css Color HEX #EFA1DB Lavender Rose

📋 copy color: '#EFA1DB'

red 239 ◦ green 161 ◦ blue 219

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

Shades of Lavender Rose #EFA1DB

Tints of Lavender Rose #EFA1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.38%

R = 38.61%
G = 26.01%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFA1DB (or 0xEFA1DB) is known color: Lavender Rose. HEX triplet: EF, A1 and DB. RGB value is (239,161,219). Sum of RGB (Red+Green+Blue) = 239+161+219=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1DB is #105E24. Grayscale: #BEBEBE. Windows color (decimal): -1072677 or 14393839. OLE color: 14393839.

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

Color convert

RGB 239 161 219 -
CMYK 0 0.33 0.08 0.06
HSL 315.38º 0.71% 0.78% -
HSV(B) 315.38º 0.33% 0.94% -
XYZ 61.13 48.95 73.25 -
YUV 190.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 239 161 219 0 0.33 0.08 0.06 315.38 0.71 0.78
Hex EF A1 DB 0 21 8 6 13B 47 4E
Octal 357 241 333 0 41 10 6 473 107 116
Binary 11101111 10100001 11011011 0 100001 1000 110 100111011 1000111 1001110

Color Harmonies of #EFA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1DB

Black with #EFA1DB

Text Example


Text Example

White with #EFA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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