Html Css Color HEX #EFA1EA Lavender Rose

📋 copy color: '#EFA1EA'

red 239 ◦ green 161 ◦ blue 234

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

Shades of Lavender Rose #EFA1EA

Tints of Lavender Rose #EFA1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.91%

R = 37.7%
G = 25.39%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFA1EA (or 0xEFA1EA) is known color: Lavender Rose. HEX triplet: EF, A1 and EA. RGB value is (239,161,234). Sum of RGB (Red+Green+Blue) = 239+161+234=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1EA is #105E15. Grayscale: #C0C0C0. Windows color (decimal): -1072662 or 15376879. OLE color: 15376879.

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

Color convert

RGB 239 161 234 -
CMYK 0 0.33 0.02 0.06
HSL 303.85º 0.71% 0.78% -
HSV(B) 303.85º 0.33% 0.94% -
XYZ 63.19 49.78 84.12 -
YUV 192.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 239 161 234 0 0.33 0.02 0.06 303.85 0.71 0.78
Hex EF A1 EA 0 21 2 6 130 47 4E
Octal 357 241 352 0 41 2 6 460 107 116
Binary 11101111 10100001 11101010 0 100001 10 110 100110000 1000111 1001110

Color Harmonies of #EFA1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1EA

Black with #EFA1EA

Text Example


Text Example

White with #EFA1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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