Html Css Color HEX #EFA6D5 Lavender Rose

📋 copy color: '#EFA6D5'

red 239 ◦ green 166 ◦ blue 213

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

Shades of Lavender Rose #EFA6D5

Tints of Lavender Rose #EFA6D5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.86%

 BLUE value IS 213 (83.59% from 255) = 34.47%

R = 38.67%
G = 26.86%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFA6D5 (or 0xEFA6D5) is known color: Lavender Rose. HEX triplet: EF, A6 and D5. RGB value is (239,166,213). Sum of RGB (Red+Green+Blue) = 239+166+213=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6D5 is #10592A. Grayscale: #C1C1C1. Windows color (decimal): -1071403 or 14001903. OLE color: 14001903.

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

Color convert

RGB 239 166 213 -
CMYK 0 0.31 0.11 0.06
HSL 321.37º 0.7% 0.79% -
HSV(B) 321.37º 0.31% 0.94% -
XYZ 61.24 50.43 69.46 -
YUV 193.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 239 166 213 0 0.31 0.11 0.06 321.37 0.7 0.79
Hex EF A6 D5 0 1F B 6 141 46 4F
Octal 357 246 325 0 37 13 6 501 106 117
Binary 11101111 10100110 11010101 0 11111 1011 110 101000001 1000110 1001111

Color Harmonies of #EFA6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6D5

Black with #EFA6D5

Text Example


Text Example

White with #EFA6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6D5; }

 p { color: rgb(239,166,213); }

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

background-color css

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

 a { background-color: rgb(239,166,213); }

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

border-color css

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

 span { border-color: rgb(239,166,213); }

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