Html Css Color HEX #EFA2D7 Lavender Rose

📋 copy color: '#EFA2D7'

red 239 ◦ green 162 ◦ blue 215

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

Shades of Lavender Rose #EFA2D7

Tints of Lavender Rose #EFA2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.9%

R = 38.8%
G = 26.3%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFA2D7 (or 0xEFA2D7) is known color: Lavender Rose. HEX triplet: EF, A2 and D7. RGB value is (239,162,215). Sum of RGB (Red+Green+Blue) = 239+162+215=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2D7 is #105D28. Grayscale: #BEBEBE. Windows color (decimal): -1072425 or 14131951. OLE color: 14131951.

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

Color convert

RGB 239 162 215 -
CMYK 0 0.32 0.10 0.06
HSL 318.7º 0.71% 0.79% -
HSV(B) 318.7º 0.32% 0.94% -
XYZ 60.78 49.1 70.56 -
YUV 191.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 239 162 215 0 0.32 0.10 0.06 318.7 0.71 0.79
Hex EF A2 D7 0 20 A 6 13F 47 4F
Octal 357 242 327 0 40 12 6 477 107 117
Binary 11101111 10100010 11010111 0 100000 1010 110 100111111 1000111 1001111

Color Harmonies of #EFA2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2D7

Black with #EFA2D7

Text Example


Text Example

White with #EFA2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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