Html Css Color HEX #EFA9E7 Lavender Rose

📋 copy color: '#EFA9E7'

red 239 ◦ green 169 ◦ blue 231

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

Shades of Lavender Rose #EFA9E7

Tints of Lavender Rose #EFA9E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.15%

R = 37.4%
G = 26.45%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFA9E7 (or 0xEFA9E7) is known color: Lavender Rose. HEX triplet: EF, A9 and E7. RGB value is (239,169,231). Sum of RGB (Red+Green+Blue) = 239+169+231=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9E7 is #105618. Grayscale: #C4C4C4. Windows color (decimal): -1070617 or 15182319. OLE color: 15182319.

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

Color convert

RGB 239 169 231 -
CMYK 0 0.29 0.03 0.06
HSL 306.86º 0.69% 0.8% -
HSV(B) 306.86º 0.29% 0.94% -
XYZ 64.21 52.5 82.35 -
YUV 197 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 239 169 231 0 0.29 0.03 0.06 306.86 0.69 0.8
Hex EF A9 E7 0 1D 3 6 133 45 50
Octal 357 251 347 0 35 3 6 463 105 120
Binary 11101111 10101001 11100111 0 11101 11 110 100110011 1000101 1010000

Color Harmonies of #EFA9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9E7

Black with #EFA9E7

Text Example


Text Example

White with #EFA9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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