Html Css Color HEX #EF9FD1 Lavender Pink

📋 copy color: '#EF9FD1'

red 239 ◦ green 159 ◦ blue 209

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

Shades of Lavender Pink #EF9FD1

Tints of Lavender Pink #EF9FD1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.19%

 BLUE value IS 209 (82.03% from 255) = 34.43%

R = 39.37%
G = 26.19%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF9FD1 (or 0xEF9FD1) is known color: Lavender Pink. HEX triplet: EF, 9F and D1. RGB value is (239,159,209). Sum of RGB (Red+Green+Blue) = 239+159+209=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FD1 is #10602E. Grayscale: #BCBCBC. Windows color (decimal): -1073199 or 13737967. OLE color: 13737967.

HSL color Cylindrical-coordinate representation of color #EF9FD1: hue angle of 322.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FD1 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 159 209 -
CMYK 0 0.33 0.13 0.06
HSL 322.5º 0.71% 0.78% -
HSV(B) 322.5º 0.33% 0.94% -
XYZ 59.5 47.75 66.4 -
YUV 188.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 239 159 209 0 0.33 0.13 0.06 322.5 0.71 0.78
Hex EF 9F D1 0 21 D 6 142 47 4E
Octal 357 237 321 0 41 15 6 502 107 116
Binary 11101111 10011111 11010001 0 100001 1101 110 101000010 1000111 1001110

Color Harmonies of #EF9FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9FD1

Black with #EF9FD1

Text Example


Text Example

White with #EF9FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9FD1; }

 p { color: rgb(239,159,209); }

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

background-color css

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

 a { background-color: rgb(239,159,209); }

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

border-color css

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

 span { border-color: rgb(239,159,209); }

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