Html Css Color HEX #EFA9EA Lavender Rose

📋 copy color: '#EFA9EA'

red 239 ◦ green 169 ◦ blue 234

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

Shades of Lavender Rose #EFA9EA

Tints of Lavender Rose #EFA9EA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.32%

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

R = 37.23%
G = 26.32%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFA9EA (or 0xEFA9EA) is known color: Lavender Rose. HEX triplet: EF, A9 and EA. RGB value is (239,169,234). Sum of RGB (Red+Green+Blue) = 239+169+234=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9EA is #105615. Grayscale: #C5C5C5. Windows color (decimal): -1070614 or 15378927. OLE color: 15378927.

HSL color Cylindrical-coordinate representation of color #EFA9EA: hue angle of 304.29º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9EA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 169 234 -
CMYK 0 0.29 0.02 0.06
HSL 304.29º 0.69% 0.8% -
HSV(B) 304.29º 0.29% 0.94% -
XYZ 64.64 52.67 84.6 -
YUV 197.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 239 169 234 0 0.29 0.02 0.06 304.29 0.69 0.8
Hex EF A9 EA 0 1D 2 6 130 45 50
Octal 357 251 352 0 35 2 6 460 105 120
Binary 11101111 10101001 11101010 0 11101 10 110 100110000 1000101 1010000

Color Harmonies of #EFA9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9EA

Black with #EFA9EA

Text Example


Text Example

White with #EFA9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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