Html Css Color HEX #EFD7E2 Pig Pink

📋 copy color: '#EFD7E2'

red 239 ◦ green 215 ◦ blue 226

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

Shades of Pig Pink #EFD7E2

Tints of Pig Pink #EFD7E2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.62%

 BLUE value IS 226 (88.67% from 255) = 33.24%

R = 35.15%
G = 31.62%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFD7E2 (or 0xEFD7E2) is known color: Pig Pink. HEX triplet: EF, D7 and E2. RGB value is (239,215,226). Sum of RGB (Red+Green+Blue) = 239+215+226=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7E2 is #10281D. Grayscale: #DFDFDF. Windows color (decimal): -1058846 or 14866415. OLE color: 14866415.

HSL color Cylindrical-coordinate representation of color #EFD7E2: hue angle of 332.5º degrees, saturation: 0.43, 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 #EFD7E2 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 226 -
CMYK 0 0.10 0.05 0.06
HSL 332.5º 0.43% 0.89% -
HSV(B) 332.5º 0.1% 0.94% -
XYZ 73.62 72.44 82.05 -
YUV 223.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 239 215 226 0 0.10 0.05 0.06 332.5 0.43 0.89
Hex EF D7 E2 0 A 5 6 14C 2B 59
Octal 357 327 342 0 12 5 6 514 53 131
Binary 11101111 11010111 11100010 0 1010 101 110 101001100 101011 1011001

Color Harmonies of #EFD7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD7E2

Black with #EFD7E2

Text Example


Text Example

White with #EFD7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD7E2; }

 p { color: rgb(239,215,226); }

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

background-color css

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

 a { background-color: rgb(239,215,226); }

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

border-color css

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

 span { border-color: rgb(239,215,226); }

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