Html Css Color HEX #EFA4CA Lavender Pink

📋 copy color: '#EFA4CA'

red 239 ◦ green 164 ◦ blue 202

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

Shades of Lavender Pink #EFA4CA

Tints of Lavender Pink #EFA4CA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.11%

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

R = 39.5%
G = 27.11%
B = 33.39%

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

#EFA4CA (or 0xEFA4CA) is known color: Lavender Pink. HEX triplet: EF, A4 and CA. RGB value is (239,164,202). Sum of RGB (Red+Green+Blue) = 239+164+202=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4CA is #105B35. Grayscale: #BEBEBE. Windows color (decimal): -1071926 or 13280495. OLE color: 13280495.

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

Color convert

RGB 239 164 202 -
CMYK 0 0.31 0.15 0.06
HSL 329.6º 0.7% 0.79% -
HSV(B) 329.6º 0.31% 0.94% -
XYZ 59.53 49.17 62.23 -
YUV 190.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 239 164 202 0 0.31 0.15 0.06 329.6 0.7 0.79
Hex EF A4 CA 0 1F F 6 14A 46 4F
Octal 357 244 312 0 37 17 6 512 106 117
Binary 11101111 10100100 11001010 0 11111 1111 110 101001010 1000110 1001111

Color Harmonies of #EFA4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA4CA

Black with #EFA4CA

Text Example


Text Example

White with #EFA4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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