Html Css Color HEX #EFA6E9 Lavender Rose

📋 copy color: '#EFA6E9'

red 239 ◦ green 166 ◦ blue 233

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

Shades of Lavender Rose #EFA6E9

Tints of Lavender Rose #EFA6E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.52%

R = 37.46%
G = 26.02%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFA6E9 (or 0xEFA6E9) is known color: Lavender Rose. HEX triplet: EF, A6 and E9. RGB value is (239,166,233). Sum of RGB (Red+Green+Blue) = 239+166+233=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 166 (65.23% from 255 or 26.02% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA6E9 is #105916. Grayscale: #C3C3C3. Windows color (decimal): -1071383 or 15312623. OLE color: 15312623.

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

Color convert

RGB 239 166 233 -
CMYK 0 0.31 0.03 0.06
HSL 304.93º 0.7% 0.79% -
HSV(B) 304.93º 0.31% 0.94% -
XYZ 63.94 51.51 83.66 -
YUV 195.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 239 166 233 0 0.31 0.03 0.06 304.93 0.7 0.79
Hex EF A6 E9 0 1F 3 6 131 46 4F
Octal 357 246 351 0 37 3 6 461 106 117
Binary 11101111 10100110 11101001 0 11111 11 110 100110001 1000110 1001111

Color Harmonies of #EFA6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6E9

Black with #EFA6E9

Text Example


Text Example

White with #EFA6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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