Shades of Pale Pink #FFE4E5
Tints of Pale Pink #FFE4E5
RGB
CMYK
RGB Variations
Color information
#FFE4E5 (or 0xFFE4E5) is known color: Pale Pink. HEX triplet: FF, E4 and E5. RGB value is (255,228,229). Sum of RGB (Red+Green+Blue) = 255+228+229=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 228 (89.45% from 255 or 32.02% from 712); Blue value is 229 (89.84% from 255 or 32.16% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4E5 is #001B1A. Grayscale: #ECECEC. Windows color (decimal): -6939 or 15066367. OLE color: 15066367.
HSL color Cylindrical-coordinate representation of color #FFE4E5: hue angle of 357.78º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE4E5 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 228 | 229 | - |
CMYK | 0 | 0.11 | 0.10 | 0 |
HSL | 357.78º | 1% | 0.95% | - |
HSV(B) | 357.78º | 0.11% | 1% | - |
XYZ | 83.13 | 82.4 | 85.65 | - |
YUV | 236.19 | 123.95 | 141.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 228 | 229 | 0 | 0.11 | 0.10 | 0 | 357.78 | 1 | 0.95 |
Hex | FF | E4 | E5 | 0 | B | A | 0 | 166 | 64 | 5F |
Octal | 377 | 344 | 345 | 0 | 13 | 12 | 0 | 546 | 144 | 137 |
Binary | 11111111 | 11100100 | 11100101 | 0 | 1011 | 1010 | 0 | 101100110 | 1100100 | 1011111 |
Color Harmonies of #FFE4E5
Complementary color
Monochromatic Colors of #FFE4E5
Black with #FFE4E5
Text Example
Text Example
White with #FFE4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4E5; }
p { color: rgb(255,228,229); }
H1.HeaderClassName
{
color: #FFE4E5;
}
.AnyTagClassName
{
color: #FFE4E5;
}
</style>
background-color css
<style>
a { background-color: #FFE4E5; }
a { background-color: rgb(255,228,229); }
div.DivClassName
{
background-color: #FFE4E5;
}
.BgClassName
{
background-color: #FFE4E5;
}
</style>
border-color css
<style>
span { border-color: #FFE4E5; }
span { border-color: rgb(255,228,229); }
td.TdClassName
{
border-color: #FFE4E5;
}
.TagClassName
{
border-color: #FFE4E5;
}
</style>