Shades of Wisp Pink #EFE5E2
Tints of Wisp Pink #EFE5E2
RGB
CMYK
RGB Variations
Color information
#EFE5E2 (or 0xEFE5E2) is known color: Wisp Pink. HEX triplet: EF, E5 and E2. RGB value is (239,229,226). Sum of RGB (Red+Green+Blue) = 239+229+226=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 226 (88.67% from 255 or 32.56% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5E2 is #101A1D. Grayscale: #E7E7E7. Windows color (decimal): -1055262 or 14869999. OLE color: 14869999.
HSL color Cylindrical-coordinate representation of color #EFE5E2: hue angle of 13.85º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE5E2 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 229 | 226 | - |
CMYK | 0 | 0.04 | 0.05 | 0.06 |
HSL | 13.85º | 0.29% | 0.91% | - |
HSV(B) | 13.85º | 0.05% | 0.94% | - |
XYZ | 77.34 | 79.88 | 83.29 | - |
YUV | 231.65 | 124.81 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 229 | 226 | 0 | 0.04 | 0.05 | 0.06 | 13.85 | 0.29 | 0.91 |
Hex | EF | E5 | E2 | 0 | 4 | 5 | 6 | E | 1D | 5B |
Octal | 357 | 345 | 342 | 0 | 4 | 5 | 6 | 16 | 35 | 133 |
Binary | 11101111 | 11100101 | 11100010 | 0 | 100 | 101 | 110 | 1110 | 11101 | 1011011 |
Color Harmonies of #EFE5E2
Complementary color
Monochromatic Colors of #EFE5E2
Black with #EFE5E2
Text Example
Text Example
White with #EFE5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5E2; }
p { color: rgb(239,229,226); }
H1.HeaderClassName
{
color: #EFE5E2;
}
.AnyTagClassName
{
color: #EFE5E2;
}
</style>
background-color css
<style>
a { background-color: #EFE5E2; }
a { background-color: rgb(239,229,226); }
div.DivClassName
{
background-color: #EFE5E2;
}
.BgClassName
{
background-color: #EFE5E2;
}
</style>
border-color css
<style>
span { border-color: #EFE5E2; }
span { border-color: rgb(239,229,226); }
td.TdClassName
{
border-color: #EFE5E2;
}
.TagClassName
{
border-color: #EFE5E2;
}
</style>