Html Css Color HEX #EFA3D3 Lavender Pink

📋 copy color: '#EFA3D3'

red 239 ◦ green 163 ◦ blue 211

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

Shades of Lavender Pink #EFA3D3

Tints of Lavender Pink #EFA3D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.42%

R = 38.99%
G = 26.59%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFA3D3 (or 0xEFA3D3) is known color: Lavender Pink. HEX triplet: EF, A3 and D3. RGB value is (239,163,211). Sum of RGB (Red+Green+Blue) = 239+163+211=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3D3 is #105C2C. Grayscale: #BFBFBF. Windows color (decimal): -1072173 or 13870063. OLE color: 13870063.

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

Color convert

RGB 239 163 211 -
CMYK 0 0.32 0.12 0.06
HSL 322.11º 0.7% 0.79% -
HSV(B) 322.11º 0.32% 0.94% -
XYZ 60.45 49.25 67.95 -
YUV 191.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 239 163 211 0 0.32 0.12 0.06 322.11 0.7 0.79
Hex EF A3 D3 0 20 C 6 142 46 4F
Octal 357 243 323 0 40 14 6 502 106 117
Binary 11101111 10100011 11010011 0 100000 1100 110 101000010 1000110 1001111

Color Harmonies of #EFA3D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA3D3

Black with #EFA3D3

Text Example


Text Example

White with #EFA3D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA3D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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