Html Css Color HEX #EFAAEB Lavender Rose

📋 copy color: '#EFAAEB'

red 239 ◦ green 170 ◦ blue 235

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

Shades of Lavender Rose #EFAAEB

Tints of Lavender Rose #EFAAEB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.4%

 BLUE value IS 235 (92.19% from 255) = 36.49%

R = 37.11%
G = 26.4%
B = 36.49%

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

#EFAAEB (or 0xEFAAEB) is known color: Lavender Rose. HEX triplet: EF, AA and EB. RGB value is (239,170,235). Sum of RGB (Red+Green+Blue) = 239+170+235=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAEB is #105514. Grayscale: #C5C5C5. Windows color (decimal): -1070357 or 15444719. OLE color: 15444719.

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

Color convert

RGB 239 170 235 -
CMYK 0 0.29 0.02 0.06
HSL 303.48º 0.68% 0.8% -
HSV(B) 303.48º 0.29% 0.94% -
XYZ 64.97 53.1 85.42 -
YUV 198.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 239 170 235 0 0.29 0.02 0.06 303.48 0.68 0.8
Hex EF AA EB 0 1D 2 6 12F 44 50
Octal 357 252 353 0 35 2 6 457 104 120
Binary 11101111 10101010 11101011 0 11101 10 110 100101111 1000100 1010000

Color Harmonies of #EFAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAEB

Black with #EFAAEB

Text Example


Text Example

White with #EFAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAEB; }

 p { color: rgb(239,170,235); }

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

background-color css

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

 a { background-color: rgb(239,170,235); }

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

border-color css

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

 span { border-color: rgb(239,170,235); }

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