#FFE0ED

Color #FFE0ED Pig Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pig Pink #FFE0ED

Tints of Pig Pink #FFE0ED

Color information

#FFE0ED (or 0xFFE0ED) is unknown color: approx Pig Pink. HEX triplet: FF, E0 and ED. RGB value is (255,224,237). Sum of RGB (Red+Green+Blue) = 255+224+237=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 224 (87.89% from 255 or 31.28% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0ED is #001F12. Grayscale: #EAEAEA. Windows color (decimal): -7955 or 15589631. OLE color: 15589631.

HSL color Cylindrical-coordinate representation of color #FFE0ED: hue angle of 334.84º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE0ED is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255224237-
CMYK00.120.070
HSL334.84º100%93.92%-
HSV(B)334.84º12.16%100%-
XYZ83.1880.6991.31-
YUV234.75129.27142.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 224 (87.89% from 255) = 31.28%
BLUE value IS 237 (92.97% from 255) = 33.10%
R=35.61%
G=31.28%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522423700.120.070334.8410093.92
HexFFE0ED0C7014f645e
Octal37734035501470517144136
Binary11111111111000001110110101100111010100111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0ED; }

 p { color: rgb(255,224,237); }

 H1.HeaderClassName
 {
   color: #FFE0ED;
 }
 .AnyTagClassName
 {
   color: #FFE0ED;
 }
</style>
background-color css

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

 a { background-color: rgb(255,224,237); }

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

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

 span { border-color: rgb(255,224,237); }

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