Html Css Color HEX #EFA3DB Lavender Rose

📋 copy color: '#EFA3DB'

red 239 ◦ green 163 ◦ blue 219

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

Shades of Lavender Rose #EFA3DB

Tints of Lavender Rose #EFA3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.25%

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

R = 38.49%
G = 26.25%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFA3DB (or 0xEFA3DB) is known color: Lavender Rose. HEX triplet: EF, A3 and DB. RGB value is (239,163,219). Sum of RGB (Red+Green+Blue) = 239+163+219=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 163 (64.06% from 255 or 26.25% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3DB is #105C24. Grayscale: #BFBFBF. Windows color (decimal): -1072165 or 14394351. OLE color: 14394351.

HSL color Cylindrical-coordinate representation of color #EFA3DB: hue angle of 315.79º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3DB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 163 219 -
CMYK 0 0.32 0.08 0.06
HSL 315.79º 0.7% 0.79% -
HSV(B) 315.79º 0.32% 0.94% -
XYZ 61.48 49.66 73.36 -
YUV 192.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 239 163 219 0 0.32 0.08 0.06 315.79 0.7 0.79
Hex EF A3 DB 0 20 8 6 13C 46 4F
Octal 357 243 333 0 40 10 6 474 106 117
Binary 11101111 10100011 11011011 0 100000 1000 110 100111100 1000110 1001111

Color Harmonies of #EFA3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA3DB

Black with #EFA3DB

Text Example


Text Example

White with #EFA3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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