Html Css Color HEX #EFA5CF Lavender Pink

📋 copy color: '#EFA5CF'

red 239 ◦ green 165 ◦ blue 207

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

Shades of Lavender Pink #EFA5CF

Tints of Lavender Pink #EFA5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.88%

R = 39.12%
G = 27%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFA5CF (or 0xEFA5CF) is known color: Lavender Pink. HEX triplet: EF, A5 and CF. RGB value is (239,165,207). Sum of RGB (Red+Green+Blue) = 239+165+207=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 165 (64.84% from 255 or 27.00% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5CF is #105A30. Grayscale: #BFBFBF. Windows color (decimal): -1071665 or 13608431. OLE color: 13608431.

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

Color convert

RGB 239 165 207 -
CMYK 0 0.31 0.13 0.06
HSL 325.95º 0.7% 0.79% -
HSV(B) 325.95º 0.31% 0.94% -
XYZ 60.31 49.77 65.46 -
YUV 191.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 239 165 207 0 0.31 0.13 0.06 325.95 0.7 0.79
Hex EF A5 CF 0 1F D 6 146 46 4F
Octal 357 245 317 0 37 15 6 506 106 117
Binary 11101111 10100101 11001111 0 11111 1101 110 101000110 1000110 1001111

Color Harmonies of #EFA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5CF

Black with #EFA5CF

Text Example


Text Example

White with #EFA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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