Html Css Color HEX #EFA9E2 Lavender Rose

📋 copy color: '#EFA9E2'

red 239 ◦ green 169 ◦ blue 226

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

Shades of Lavender Rose #EFA9E2

Tints of Lavender Rose #EFA9E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.65%

R = 37.7%
G = 26.66%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFA9E2 (or 0xEFA9E2) is known color: Lavender Rose. HEX triplet: EF, A9 and E2. RGB value is (239,169,226). Sum of RGB (Red+Green+Blue) = 239+169+226=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9E2 is #10561D. Grayscale: #C4C4C4. Windows color (decimal): -1070622 or 14854639. OLE color: 14854639.

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

Color convert

RGB 239 169 226 -
CMYK 0 0.29 0.05 0.06
HSL 311.14º 0.69% 0.8% -
HSV(B) 311.14º 0.29% 0.94% -
XYZ 63.51 52.22 78.68 -
YUV 196.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 239 169 226 0 0.29 0.05 0.06 311.14 0.69 0.8
Hex EF A9 E2 0 1D 5 6 137 45 50
Octal 357 251 342 0 35 5 6 467 105 120
Binary 11101111 10101001 11100010 0 11101 101 110 100110111 1000101 1010000

Color Harmonies of #EFA9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9E2

Black with #EFA9E2

Text Example


Text Example

White with #EFA9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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