Html Css Color HEX #EFA4DE Lavender Rose

📋 copy color: '#EFA4DE'

red 239 ◦ green 164 ◦ blue 222

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

Shades of Lavender Rose #EFA4DE

Tints of Lavender Rose #EFA4DE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.24%

 BLUE value IS 222 (87.11% from 255) = 35.52%

R = 38.24%
G = 26.24%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFA4DE (or 0xEFA4DE) is known color: Lavender Rose. HEX triplet: EF, A4 and DE. RGB value is (239,164,222). Sum of RGB (Red+Green+Blue) = 239+164+222=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4DE is #105B21. Grayscale: #C0C0C0. Windows color (decimal): -1071906 or 14591215. OLE color: 14591215.

HSL color Cylindrical-coordinate representation of color #EFA4DE: hue angle of 313.6º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4DE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 164 222 -
CMYK 0 0.31 0.07 0.06
HSL 313.6º 0.7% 0.79% -
HSV(B) 313.6º 0.31% 0.94% -
XYZ 62.06 50.18 75.52 -
YUV 193.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 239 164 222 0 0.31 0.07 0.06 313.6 0.7 0.79
Hex EF A4 DE 0 1F 7 6 13A 46 4F
Octal 357 244 336 0 37 7 6 472 106 117
Binary 11101111 10100100 11011110 0 11111 111 110 100111010 1000110 1001111

Color Harmonies of #EFA4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4DE

Black with #EFA4DE

Text Example


Text Example

White with #EFA4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4DE; }

 p { color: rgb(239,164,222); }

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

background-color css

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

 a { background-color: rgb(239,164,222); }

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

border-color css

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

 span { border-color: rgb(239,164,222); }

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