Html Css Color HEX #EFD9E0 Pig Pink

📋 copy color: '#EFD9E0'

red 239 ◦ green 217 ◦ blue 224

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

Shades of Pig Pink #EFD9E0

Tints of Pig Pink #EFD9E0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.91%

 BLUE value IS 224 (87.89% from 255) = 32.94%

R = 35.15%
G = 31.91%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFD9E0 (or 0xEFD9E0) is known color: Pig Pink. HEX triplet: EF, D9 and E0. RGB value is (239,217,224). Sum of RGB (Red+Green+Blue) = 239+217+224=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9E0 is #10261F. Grayscale: #E0E0E0. Windows color (decimal): -1058336 or 14735855. OLE color: 14735855.

HSL color Cylindrical-coordinate representation of color #EFD9E0: hue angle of 340.91º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFD9E0 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 224 -
CMYK 0 0.09 0.06 0.06
HSL 340.91º 0.41% 0.89% -
HSV(B) 340.91º 0.09% 0.94% -
XYZ 73.86 73.36 80.79 -
YUV 224.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 239 217 224 0 0.09 0.06 0.06 340.91 0.41 0.89
Hex EF D9 E0 0 9 6 6 155 29 59
Octal 357 331 340 0 11 6 6 525 51 131
Binary 11101111 11011001 11100000 0 1001 110 110 101010101 101001 1011001

Color Harmonies of #EFD9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9E0

Black with #EFD9E0

Text Example


Text Example

White with #EFD9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9E0; }

 p { color: rgb(239,217,224); }

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

background-color css

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

 a { background-color: rgb(239,217,224); }

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

border-color css

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

 span { border-color: rgb(239,217,224); }

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