Html Css Color HEX #EFA3CF Lavender Pink

📋 copy color: '#EFA3CF'

red 239 ◦ green 163 ◦ blue 207

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

Shades of Lavender Pink #EFA3CF

Tints of Lavender Pink #EFA3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.77%

 BLUE value IS 207 (81.25% from 255) = 33.99%

R = 39.24%
G = 26.77%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFA3CF (or 0xEFA3CF) is known color: Lavender Pink. HEX triplet: EF, A3 and CF. RGB value is (239,163,207). Sum of RGB (Red+Green+Blue) = 239+163+207=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3CF is #105C30. Grayscale: #BEBEBE. Windows color (decimal): -1072177 or 13607919. OLE color: 13607919.

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

Color convert

RGB 239 163 207 -
CMYK 0 0.32 0.13 0.06
HSL 325.26º 0.7% 0.79% -
HSV(B) 325.26º 0.32% 0.94% -
XYZ 59.96 49.05 65.34 -
YUV 190.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 239 163 207 0 0.32 0.13 0.06 325.26 0.7 0.79
Hex EF A3 CF 0 20 D 6 145 46 4F
Octal 357 243 317 0 40 15 6 505 106 117
Binary 11101111 10100011 11001111 0 100000 1101 110 101000101 1000110 1001111

Color Harmonies of #EFA3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA3CF

Black with #EFA3CF

Text Example


Text Example

White with #EFA3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA3CF; }

 p { color: rgb(239,163,207); }

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

background-color css

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

 a { background-color: rgb(239,163,207); }

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

border-color css

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

 span { border-color: rgb(239,163,207); }

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