Html Css Color HEX #EFAAEA Lavender Rose

📋 copy color: '#EFAAEA'

red 239 ◦ green 170 ◦ blue 234

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

Shades of Lavender Rose #EFAAEA

Tints of Lavender Rose #EFAAEA

RGB

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

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

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

R = 37.17%
G = 26.44%
B = 36.39%

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

#EFAAEA (or 0xEFAAEA) is known color: Lavender Rose. HEX triplet: EF, AA and EA. RGB value is (239,170,234). Sum of RGB (Red+Green+Blue) = 239+170+234=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAEA is #105515. Grayscale: #C5C5C5. Windows color (decimal): -1070358 or 15379183. OLE color: 15379183.

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

Color convert

RGB 239 170 234 -
CMYK 0 0.29 0.02 0.06
HSL 304.35º 0.68% 0.8% -
HSV(B) 304.35º 0.29% 0.94% -
XYZ 64.82 53.04 84.66 -
YUV 197.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 239 170 234 0 0.29 0.02 0.06 304.35 0.68 0.8
Hex EF AA EA 0 1D 2 6 130 44 50
Octal 357 252 352 0 35 2 6 460 104 120
Binary 11101111 10101010 11101010 0 11101 10 110 100110000 1000100 1010000

Color Harmonies of #EFAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAEA

Black with #EFAAEA

Text Example


Text Example

White with #EFAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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