Html Css Color HEX #EFA2DD Lavender Rose

📋 copy color: '#EFA2DD'

red 239 ◦ green 162 ◦ blue 221

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

Shades of Lavender Rose #EFA2DD

Tints of Lavender Rose #EFA2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.05%

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

R = 38.42%
G = 26.05%
B = 35.53%

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

#EFA2DD (or 0xEFA2DD) is known color: Lavender Rose. HEX triplet: EF, A2 and DD. RGB value is (239,162,221). Sum of RGB (Red+Green+Blue) = 239+162+221=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2DD is #105D22. Grayscale: #BFBFBF. Windows color (decimal): -1072419 or 14525167. OLE color: 14525167.

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

Color convert

RGB 239 162 221 -
CMYK 0 0.32 0.08 0.06
HSL 314.03º 0.71% 0.79% -
HSV(B) 314.03º 0.32% 0.94% -
XYZ 61.57 49.41 74.7 -
YUV 191.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 239 162 221 0 0.32 0.08 0.06 314.03 0.71 0.79
Hex EF A2 DD 0 20 8 6 13A 47 4F
Octal 357 242 335 0 40 10 6 472 107 117
Binary 11101111 10100010 11011101 0 100000 1000 110 100111010 1000111 1001111

Color Harmonies of #EFA2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2DD

Black with #EFA2DD

Text Example


Text Example

White with #EFA2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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