Html Css Color HEX #EFAACB Lavender Pink

📋 copy color: '#EFAACB'

red 239 ◦ green 170 ◦ blue 203

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

Shades of Lavender Pink #EFAACB

Tints of Lavender Pink #EFAACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.78%

 BLUE value IS 203 (79.69% from 255) = 33.17%

R = 39.05%
G = 27.78%
B = 33.17%

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

#EFAACB (or 0xEFAACB) is known color: Lavender Pink. HEX triplet: EF, AA and CB. RGB value is (239,170,203). Sum of RGB (Red+Green+Blue) = 239+170+203=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAACB is #105534. Grayscale: #C2C2C2. Windows color (decimal): -1070389 or 13347567. OLE color: 13347567.

HSL color Cylindrical-coordinate representation of color #EFAACB: hue angle of 331.3º degrees, saturation: 0.68, 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 #EFAACB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 170 203 -
CMYK 0 0.29 0.15 0.06
HSL 331.3º 0.68% 0.8% -
HSV(B) 331.3º 0.29% 0.94% -
XYZ 60.75 51.41 63.22 -
YUV 194.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 239 170 203 0 0.29 0.15 0.06 331.3 0.68 0.8
Hex EF AA CB 0 1D F 6 14B 44 50
Octal 357 252 313 0 35 17 6 513 104 120
Binary 11101111 10101010 11001011 0 11101 1111 110 101001011 1000100 1010000

Color Harmonies of #EFAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAACB

Black with #EFAACB

Text Example


Text Example

White with #EFAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAACB; }

 p { color: rgb(239,170,203); }

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

background-color css

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

 a { background-color: rgb(239,170,203); }

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

border-color css

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

 span { border-color: rgb(239,170,203); }

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