Html Css Color HEX #EFA5DC Lavender Rose

📋 copy color: '#EFA5DC'

red 239 ◦ green 165 ◦ blue 220

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

Shades of Lavender Rose #EFA5DC

Tints of Lavender Rose #EFA5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.44%

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 38.3%
G = 26.44%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFA5DC (or 0xEFA5DC) is known color: Lavender Rose. HEX triplet: EF, A5 and DC. RGB value is (239,165,220). Sum of RGB (Red+Green+Blue) = 239+165+220=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5DC is #105A23. Grayscale: #C1C1C1. Windows color (decimal): -1071652 or 14460399. OLE color: 14460399.

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

Color convert

RGB 239 165 220 -
CMYK 0 0.31 0.08 0.06
HSL 315.41º 0.7% 0.79% -
HSV(B) 315.41º 0.31% 0.94% -
XYZ 61.97 50.43 74.18 -
YUV 193.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 239 165 220 0 0.31 0.08 0.06 315.41 0.7 0.79
Hex EF A5 DC 0 1F 8 6 13B 46 4F
Octal 357 245 334 0 37 10 6 473 106 117
Binary 11101111 10100101 11011100 0 11111 1000 110 100111011 1000110 1001111

Color Harmonies of #EFA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5DC

Black with #EFA5DC

Text Example


Text Example

White with #EFA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5DC; }

 p { color: rgb(239,165,220); }

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

background-color css

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

 a { background-color: rgb(239,165,220); }

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

border-color css

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

 span { border-color: rgb(239,165,220); }

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