Html Css Color HEX #EFA5CE Lavender Pink

📋 copy color: '#EFA5CE'

red 239 ◦ green 165 ◦ blue 206

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

Shades of Lavender Pink #EFA5CE

Tints of Lavender Pink #EFA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.05%

 BLUE value IS 206 (80.86% from 255) = 33.77%

R = 39.18%
G = 27.05%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFA5CE (or 0xEFA5CE) is known color: Lavender Pink. HEX triplet: EF, A5 and CE. RGB value is (239,165,206). Sum of RGB (Red+Green+Blue) = 239+165+206=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5CE is #105A31. Grayscale: #BFBFBF. Windows color (decimal): -1071666 or 13542895. OLE color: 13542895.

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

Color convert

RGB 239 165 206 -
CMYK 0 0.31 0.14 0.06
HSL 326.76º 0.7% 0.79% -
HSV(B) 326.76º 0.31% 0.94% -
XYZ 60.19 49.72 64.82 -
YUV 191.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 239 165 206 0 0.31 0.14 0.06 326.76 0.7 0.79
Hex EF A5 CE 0 1F E 6 147 46 4F
Octal 357 245 316 0 37 16 6 507 106 117
Binary 11101111 10100101 11001110 0 11111 1110 110 101000111 1000110 1001111

Color Harmonies of #EFA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5CE

Black with #EFA5CE

Text Example


Text Example

White with #EFA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5CE; }

 p { color: rgb(239,165,206); }

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

background-color css

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

 a { background-color: rgb(239,165,206); }

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

border-color css

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

 span { border-color: rgb(239,165,206); }

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