Html Css Color HEX #EFA7CB Lavender Pink

📋 copy color: '#EFA7CB'

red 239 ◦ green 167 ◦ blue 203

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

Shades of Lavender Pink #EFA7CB

Tints of Lavender Pink #EFA7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.42%

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

R = 39.24%
G = 27.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFA7CB (or 0xEFA7CB) is known color: Lavender Pink. HEX triplet: EF, A7 and CB. RGB value is (239,167,203). Sum of RGB (Red+Green+Blue) = 239+167+203=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7CB is #105834. Grayscale: #C0C0C0. Windows color (decimal): -1071157 or 13346799. OLE color: 13346799.

HSL color Cylindrical-coordinate representation of color #EFA7CB: 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.3%. Process color model (Four color, CMYK) of #EFA7CB is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 167 203 -
CMYK 0 0.30 0.15 0.06
HSL 330º 0.69% 0.8% -
HSV(B) 330º 0.3% 0.94% -
XYZ 60.19 50.3 63.04 -
YUV 192.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 239 167 203 0 0.30 0.15 0.06 330 0.69 0.8
Hex EF A7 CB 0 1E F 6 14A 45 50
Octal 357 247 313 0 36 17 6 512 105 120
Binary 11101111 10100111 11001011 0 11110 1111 110 101001010 1000101 1010000

Color Harmonies of #EFA7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7CB

Black with #EFA7CB

Text Example


Text Example

White with #EFA7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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