Html Css Color HEX #EFA5DD Lavender Rose

📋 copy color: '#EFA5DD'

red 239 ◦ green 165 ◦ blue 221

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

Shades of Lavender Rose #EFA5DD

Tints of Lavender Rose #EFA5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 38.24%
G = 26.4%
B = 35.36%

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

#EFA5DD (or 0xEFA5DD) is known color: Lavender Rose. HEX triplet: EF, A5 and DD. RGB value is (239,165,221). Sum of RGB (Red+Green+Blue) = 239+165+221=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5DD is #105A22. Grayscale: #C1C1C1. Windows color (decimal): -1071651 or 14525935. OLE color: 14525935.

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

Color convert

RGB 239 165 221 -
CMYK 0 0.31 0.08 0.06
HSL 314.59º 0.7% 0.79% -
HSV(B) 314.59º 0.31% 0.94% -
XYZ 62.1 50.48 74.88 -
YUV 193.51 143.52 160.45 -
System Red Green Blue C M Y K H S L
Decimal 239 165 221 0 0.31 0.08 0.06 314.59 0.7 0.79
Hex EF A5 DD 0 1F 8 6 13B 46 4F
Octal 357 245 335 0 37 10 6 473 106 117
Binary 11101111 10100101 11011101 0 11111 1000 110 100111011 1000110 1001111

Color Harmonies of #EFA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5DD

Black with #EFA5DD

Text Example


Text Example

White with #EFA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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