Html Css Color HEX #EFA5C9 Lavender Pink

📋 copy color: '#EFA5C9'

red 239 ◦ green 165 ◦ blue 201

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

Shades of Lavender Pink #EFA5C9

Tints of Lavender Pink #EFA5C9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.27%

 BLUE value IS 201 (78.91% from 255) = 33.22%

R = 39.5%
G = 27.27%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFA5C9 (or 0xEFA5C9) is known color: Lavender Pink. HEX triplet: EF, A5 and C9. RGB value is (239,165,201). Sum of RGB (Red+Green+Blue) = 239+165+201=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5C9 is #105A36. Grayscale: #BFBFBF. Windows color (decimal): -1071671 or 13215215. OLE color: 13215215.

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

Color convert

RGB 239 165 201 -
CMYK 0 0.31 0.16 0.06
HSL 330.81º 0.7% 0.79% -
HSV(B) 330.81º 0.31% 0.94% -
XYZ 59.59 49.48 61.67 -
YUV 191.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 239 165 201 0 0.31 0.16 0.06 330.81 0.7 0.79
Hex EF A5 C9 0 1F 10 6 14B 46 4F
Octal 357 245 311 0 37 20 6 513 106 117
Binary 11101111 10100101 11001001 0 11111 10000 110 101001011 1000110 1001111

Color Harmonies of #EFA5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5C9

Black with #EFA5C9

Text Example


Text Example

White with #EFA5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5C9; }

 p { color: rgb(239,165,201); }

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

background-color css

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

 a { background-color: rgb(239,165,201); }

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

border-color css

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

 span { border-color: rgb(239,165,201); }

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