Html Css Color HEX #EFA7CE Lavender Pink

📋 copy color: '#EFA7CE'

red 239 ◦ green 167 ◦ blue 206

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

Shades of Lavender Pink #EFA7CE

Tints of Lavender Pink #EFA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.29%

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

R = 39.05%
G = 27.29%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFA7CE (or 0xEFA7CE) is known color: Lavender Pink. HEX triplet: EF, A7 and CE. RGB value is (239,167,206). Sum of RGB (Red+Green+Blue) = 239+167+206=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7CE is #105831. Grayscale: #C0C0C0. Windows color (decimal): -1071154 or 13543407. OLE color: 13543407.

HSL color Cylindrical-coordinate representation of color #EFA7CE: hue angle of 327.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7CE is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 167 206 -
CMYK 0 0.30 0.14 0.06
HSL 327.5º 0.69% 0.8% -
HSV(B) 327.5º 0.3% 0.94% -
XYZ 60.56 50.44 64.94 -
YUV 192.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 239 167 206 0 0.30 0.14 0.06 327.5 0.69 0.8
Hex EF A7 CE 0 1E E 6 148 45 50
Octal 357 247 316 0 36 16 6 510 105 120
Binary 11101111 10100111 11001110 0 11110 1110 110 101001000 1000101 1010000

Color Harmonies of #EFA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7CE

Black with #EFA7CE

Text Example


Text Example

White with #EFA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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