Html Css Color HEX #EFA0EA Lavender Rose

📋 copy color: '#EFA0EA'

red 239 ◦ green 160 ◦ blue 234

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

Shades of Lavender Rose #EFA0EA

Tints of Lavender Rose #EFA0EA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.28%

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

R = 37.76%
G = 25.28%
B = 36.97%

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

#EFA0EA (or 0xEFA0EA) is known color: Lavender Rose. HEX triplet: EF, A0 and EA. RGB value is (239,160,234). Sum of RGB (Red+Green+Blue) = 239+160+234=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0EA is #105F15. Grayscale: #BFBFBF. Windows color (decimal): -1072918 or 15376623. OLE color: 15376623.

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

Color convert

RGB 239 160 234 -
CMYK 0 0.33 0.02 0.06
HSL 303.8º 0.71% 0.78% -
HSV(B) 303.8º 0.33% 0.94% -
XYZ 63.02 49.43 84.06 -
YUV 192.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 239 160 234 0 0.33 0.02 0.06 303.8 0.71 0.78
Hex EF A0 EA 0 21 2 6 130 47 4E
Octal 357 240 352 0 41 2 6 460 107 116
Binary 11101111 10100000 11101010 0 100001 10 110 100110000 1000111 1001110

Color Harmonies of #EFA0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA0EA

Black with #EFA0EA

Text Example


Text Example

White with #EFA0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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