Html Css Color HEX #EFA1E0 Lavender Rose

📋 copy color: '#EFA1E0'

red 239 ◦ green 161 ◦ blue 224

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

Shades of Lavender Rose #EFA1E0

Tints of Lavender Rose #EFA1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.9%

R = 38.3%
G = 25.8%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFA1E0 (or 0xEFA1E0) is known color: Lavender Rose. HEX triplet: EF, A1 and E0. RGB value is (239,161,224). Sum of RGB (Red+Green+Blue) = 239+161+224=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1E0 is #105E1F. Grayscale: #BFBFBF. Windows color (decimal): -1072672 or 14721519. OLE color: 14721519.

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

Color convert

RGB 239 161 224 -
CMYK 0 0.33 0.06 0.06
HSL 311.54º 0.71% 0.78% -
HSV(B) 311.54º 0.33% 0.94% -
XYZ 61.8 49.22 76.76 -
YUV 191.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 239 161 224 0 0.33 0.06 0.06 311.54 0.71 0.78
Hex EF A1 E0 0 21 6 6 138 47 4E
Octal 357 241 340 0 41 6 6 470 107 116
Binary 11101111 10100001 11100000 0 100001 110 110 100111000 1000111 1001110

Color Harmonies of #EFA1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1E0

Black with #EFA1E0

Text Example


Text Example

White with #EFA1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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