Html Css Color HEX #EFA1E6 Lavender Rose

📋 copy color: '#EFA1E6'

red 239 ◦ green 161 ◦ blue 230

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

Shades of Lavender Rose #EFA1E6

Tints of Lavender Rose #EFA1E6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.56%

 BLUE value IS 230 (90.23% from 255) = 36.51%

R = 37.94%
G = 25.56%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFA1E6 (or 0xEFA1E6) is known color: Lavender Rose. HEX triplet: EF, A1 and E6. RGB value is (239,161,230). Sum of RGB (Red+Green+Blue) = 239+161+230=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 161 (63.28% from 255 or 25.56% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1E6 is #105E19. Grayscale: #BFBFBF. Windows color (decimal): -1072666 or 15114735. OLE color: 15114735.

HSL color Cylindrical-coordinate representation of color #EFA1E6: hue angle of 306.92º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1E6 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 161 230 -
CMYK 0 0.33 0.04 0.06
HSL 306.92º 0.71% 0.78% -
HSV(B) 306.92º 0.33% 0.94% -
XYZ 62.62 49.55 81.13 -
YUV 192.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 239 161 230 0 0.33 0.04 0.06 306.92 0.71 0.78
Hex EF A1 E6 0 21 4 6 133 47 4E
Octal 357 241 346 0 41 4 6 463 107 116
Binary 11101111 10100001 11100110 0 100001 100 110 100110011 1000111 1001110

Color Harmonies of #EFA1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1E6

Black with #EFA1E6

Text Example


Text Example

White with #EFA1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1E6; }

 p { color: rgb(239,161,230); }

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

background-color css

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

 a { background-color: rgb(239,161,230); }

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

border-color css

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

 span { border-color: rgb(239,161,230); }

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