Html Css Color HEX #EFD8E1 Pig Pink

📋 copy color: '#EFD8E1'

red 239 ◦ green 216 ◦ blue 225

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

Shades of Pig Pink #EFD8E1

Tints of Pig Pink #EFD8E1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.76%

 BLUE value IS 225 (88.28% from 255) = 33.09%

R = 35.15%
G = 31.76%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFD8E1 (or 0xEFD8E1) is known color: Pig Pink. HEX triplet: EF, D8 and E1. RGB value is (239,216,225). Sum of RGB (Red+Green+Blue) = 239+216+225=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8E1 is #10271E. Grayscale: #DFDFDF. Windows color (decimal): -1058591 or 14801135. OLE color: 14801135.

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

Color convert

RGB 239 216 225 -
CMYK 0 0.10 0.06 0.06
HSL 336.52º 0.42% 0.89% -
HSV(B) 336.52º 0.1% 0.94% -
XYZ 73.74 72.9 81.42 -
YUV 223.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 239 216 225 0 0.10 0.06 0.06 336.52 0.42 0.89
Hex EF D8 E1 0 A 6 6 151 2A 59
Octal 357 330 341 0 12 6 6 521 52 131
Binary 11101111 11011000 11100001 0 1010 110 110 101010001 101010 1011001

Color Harmonies of #EFD8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8E1

Black with #EFD8E1

Text Example


Text Example

White with #EFD8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8E1; }

 p { color: rgb(239,216,225); }

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

background-color css

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

 a { background-color: rgb(239,216,225); }

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

border-color css

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

 span { border-color: rgb(239,216,225); }

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