Html Css Color HEX #EFA2DC Lavender Rose

📋 copy color: '#EFA2DC'

red 239 ◦ green 162 ◦ blue 220

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

Shades of Lavender Rose #EFA2DC

Tints of Lavender Rose #EFA2DC

RGB

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

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

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

R = 38.49%
G = 26.09%
B = 35.43%

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

#EFA2DC (or 0xEFA2DC) is known color: Lavender Rose. HEX triplet: EF, A2 and DC. RGB value is (239,162,220). Sum of RGB (Red+Green+Blue) = 239+162+220=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2DC is #105D23. Grayscale: #BFBFBF. Windows color (decimal): -1072420 or 14459631. OLE color: 14459631.

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

Color convert

RGB 239 162 220 -
CMYK 0 0.32 0.08 0.06
HSL 314.81º 0.71% 0.79% -
HSV(B) 314.81º 0.32% 0.94% -
XYZ 61.44 49.36 74 -
YUV 191.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 239 162 220 0 0.32 0.08 0.06 314.81 0.71 0.79
Hex EF A2 DC 0 20 8 6 13B 47 4F
Octal 357 242 334 0 40 10 6 473 107 117
Binary 11101111 10100010 11011100 0 100000 1000 110 100111011 1000111 1001111

Color Harmonies of #EFA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2DC

Black with #EFA2DC

Text Example


Text Example

White with #EFA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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