Html Css Color HEX #EFA5D0 Lavender Pink

📋 copy color: '#EFA5D0'

red 239 ◦ green 165 ◦ blue 208

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

Shades of Lavender Pink #EFA5D0

Tints of Lavender Pink #EFA5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.99%

R = 39.05%
G = 26.96%
B = 33.99%

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

#EFA5D0 (or 0xEFA5D0) is known color: Lavender Pink. HEX triplet: EF, A5 and D0. RGB value is (239,165,208). Sum of RGB (Red+Green+Blue) = 239+165+208=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5D0 is #105A2F. Grayscale: #BFBFBF. Windows color (decimal): -1071664 or 13673967. OLE color: 13673967.

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

Color convert

RGB 239 165 208 -
CMYK 0 0.31 0.13 0.06
HSL 325.14º 0.7% 0.79% -
HSV(B) 325.14º 0.31% 0.94% -
XYZ 60.44 49.82 66.1 -
YUV 192.03 137.02 161.5 -
System Red Green Blue C M Y K H S L
Decimal 239 165 208 0 0.31 0.13 0.06 325.14 0.7 0.79
Hex EF A5 D0 0 1F D 6 145 46 4F
Octal 357 245 320 0 37 15 6 505 106 117
Binary 11101111 10100101 11010000 0 11111 1101 110 101000101 1000110 1001111

Color Harmonies of #EFA5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA5D0

Black with #EFA5D0

Text Example


Text Example

White with #EFA5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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