Html Css Color HEX #EFA8D5 Lavender Pink

📋 copy color: '#EFA8D5'

red 239 ◦ green 168 ◦ blue 213

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

Shades of Lavender Pink #EFA8D5

Tints of Lavender Pink #EFA8D5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.1%

 BLUE value IS 213 (83.59% from 255) = 34.35%

R = 38.55%
G = 27.1%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFA8D5 (or 0xEFA8D5) is known color: Lavender Pink. HEX triplet: EF, A8 and D5. RGB value is (239,168,213). Sum of RGB (Red+Green+Blue) = 239+168+213=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8D5 is #10572A. Grayscale: #C2C2C2. Windows color (decimal): -1070891 or 14002415. OLE color: 14002415.

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

Color convert

RGB 239 168 213 -
CMYK 0 0.30 0.11 0.06
HSL 321.97º 0.69% 0.8% -
HSV(B) 321.97º 0.3% 0.94% -
XYZ 61.61 51.16 69.58 -
YUV 194.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 239 168 213 0 0.30 0.11 0.06 321.97 0.69 0.8
Hex EF A8 D5 0 1E B 6 142 45 50
Octal 357 250 325 0 36 13 6 502 105 120
Binary 11101111 10101000 11010101 0 11110 1011 110 101000010 1000101 1010000

Color Harmonies of #EFA8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8D5

Black with #EFA8D5

Text Example


Text Example

White with #EFA8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8D5; }

 p { color: rgb(239,168,213); }

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

background-color css

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

 a { background-color: rgb(239,168,213); }

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

border-color css

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

 span { border-color: rgb(239,168,213); }

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