Html Css Color HEX #EFA6D8 Lavender Rose

📋 copy color: '#EFA6D8'

red 239 ◦ green 166 ◦ blue 216

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

Shades of Lavender Rose #EFA6D8

Tints of Lavender Rose #EFA6D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.78%

R = 38.49%
G = 26.73%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFA6D8 (or 0xEFA6D8) is known color: Lavender Rose. HEX triplet: EF, A6 and D8. RGB value is (239,166,216). Sum of RGB (Red+Green+Blue) = 239+166+216=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6D8 is #105927. Grayscale: #C1C1C1. Windows color (decimal): -1071400 or 14198511. OLE color: 14198511.

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

Color convert

RGB 239 166 216 -
CMYK 0 0.31 0.10 0.06
HSL 318.9º 0.7% 0.79% -
HSV(B) 318.9º 0.31% 0.94% -
XYZ 61.63 50.58 71.48 -
YUV 193.53 140.68 160.43 -
System Red Green Blue C M Y K H S L
Decimal 239 166 216 0 0.31 0.10 0.06 318.9 0.7 0.79
Hex EF A6 D8 0 1F A 6 13F 46 4F
Octal 357 246 330 0 37 12 6 477 106 117
Binary 11101111 10100110 11011000 0 11111 1010 110 100111111 1000110 1001111

Color Harmonies of #EFA6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6D8

Black with #EFA6D8

Text Example


Text Example

White with #EFA6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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