Html Css Color HEX #EFA9CC Lavender Pink

📋 copy color: '#EFA9CC'

red 239 ◦ green 169 ◦ blue 204

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

Shades of Lavender Pink #EFA9CC

Tints of Lavender Pink #EFA9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.61%

 BLUE value IS 204 (80.08% from 255) = 33.33%

R = 39.05%
G = 27.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFA9CC (or 0xEFA9CC) is known color: Lavender Pink. HEX triplet: EF, A9 and CC. RGB value is (239,169,204). Sum of RGB (Red+Green+Blue) = 239+169+204=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9CC is #105633. Grayscale: #C1C1C1. Windows color (decimal): -1070644 or 13412847. OLE color: 13412847.

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

Color convert

RGB 239 169 204 -
CMYK 0 0.29 0.15 0.06
HSL 330º 0.69% 0.8% -
HSV(B) 330º 0.29% 0.94% -
XYZ 60.68 51.09 63.79 -
YUV 193.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 239 169 204 0 0.29 0.15 0.06 330 0.69 0.8
Hex EF A9 CC 0 1D F 6 14A 45 50
Octal 357 251 314 0 35 17 6 512 105 120
Binary 11101111 10101001 11001100 0 11101 1111 110 101001010 1000101 1010000

Color Harmonies of #EFA9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9CC

Black with #EFA9CC

Text Example


Text Example

White with #EFA9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9CC; }

 p { color: rgb(239,169,204); }

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

background-color css

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

 a { background-color: rgb(239,169,204); }

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

border-color css

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

 span { border-color: rgb(239,169,204); }

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