Html Css Color HEX #EFA6CA Lavender Pink

📋 copy color: '#EFA6CA'

red 239 ◦ green 166 ◦ blue 202

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

Shades of Lavender Pink #EFA6CA

Tints of Lavender Pink #EFA6CA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.35%

 BLUE value IS 202 (79.3% from 255) = 33.28%

R = 39.37%
G = 27.35%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFA6CA (or 0xEFA6CA) is known color: Lavender Pink. HEX triplet: EF, A6 and CA. RGB value is (239,166,202). Sum of RGB (Red+Green+Blue) = 239+166+202=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6CA is #105935. Grayscale: #BFBFBF. Windows color (decimal): -1071414 or 13281007. OLE color: 13281007.

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

Color convert

RGB 239 166 202 -
CMYK 0 0.31 0.15 0.06
HSL 330.41º 0.7% 0.79% -
HSV(B) 330.41º 0.31% 0.94% -
XYZ 59.89 49.89 62.35 -
YUV 191.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 239 166 202 0 0.31 0.15 0.06 330.41 0.7 0.79
Hex EF A6 CA 0 1F F 6 14A 46 4F
Octal 357 246 312 0 37 17 6 512 106 117
Binary 11101111 10100110 11001010 0 11111 1111 110 101001010 1000110 1001111

Color Harmonies of #EFA6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6CA

Black with #EFA6CA

Text Example


Text Example

White with #EFA6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6CA; }

 p { color: rgb(239,166,202); }

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

background-color css

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

 a { background-color: rgb(239,166,202); }

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

border-color css

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

 span { border-color: rgb(239,166,202); }

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