Html Css Color HEX #EFD9E5 Pig Pink

📋 copy color: '#EFD9E5'

red 239 ◦ green 217 ◦ blue 229

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

Shades of Pig Pink #EFD9E5

Tints of Pig Pink #EFD9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.43%

R = 34.89%
G = 31.68%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFD9E5 (or 0xEFD9E5) is known color: Pig Pink. HEX triplet: EF, D9 and E5. RGB value is (239,217,229). Sum of RGB (Red+Green+Blue) = 239+217+229=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9E5 is #10261A. Grayscale: #E0E0E0. Windows color (decimal): -1058331 or 15063535. OLE color: 15063535.

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

Color convert

RGB 239 217 229 -
CMYK 0 0.09 0.04 0.06
HSL 327.27º 0.41% 0.89% -
HSV(B) 327.27º 0.09% 0.94% -
XYZ 74.55 73.63 84.41 -
YUV 224.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 239 217 229 0 0.09 0.04 0.06 327.27 0.41 0.89
Hex EF D9 E5 0 9 4 6 147 29 59
Octal 357 331 345 0 11 4 6 507 51 131
Binary 11101111 11011001 11100101 0 1001 100 110 101000111 101001 1011001

Color Harmonies of #EFD9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9E5

Black with #EFD9E5

Text Example


Text Example

White with #EFD9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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