Shades of Carousel Pink #EDE2E3
Tints of Carousel Pink #EDE2E3
RGB
CMYK
RGB Variations
Color information
#EDE2E3 (or 0xEDE2E3) is known color: Carousel Pink. HEX triplet: ED, E2 and E3. RGB value is (237,226,227). Sum of RGB (Red+Green+Blue) = 237+226+227=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 227 (89.06% from 255 or 32.90% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2E3 is #121D1C. Grayscale: #E5E5E5. Windows color (decimal): -1187101 or 14934765. OLE color: 14934765.
HSL color Cylindrical-coordinate representation of color #EDE2E3: hue angle of 354.55º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE2E3 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 226 | 227 | - |
CMYK | 0 | 0.05 | 0.04 | 0.07 |
HSL | 354.55º | 0.23% | 0.91% | - |
HSV(B) | 354.55º | 0.05% | 0.93% | - |
XYZ | 75.99 | 77.94 | 83.71 | - |
YUV | 229.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 226 | 227 | 0 | 0.05 | 0.04 | 0.07 | 354.55 | 0.23 | 0.91 |
Hex | ED | E2 | E3 | 0 | 5 | 4 | 7 | 163 | 17 | 5B |
Octal | 355 | 342 | 343 | 0 | 5 | 4 | 7 | 543 | 27 | 133 |
Binary | 11101101 | 11100010 | 11100011 | 0 | 101 | 100 | 111 | 101100011 | 10111 | 1011011 |
Color Harmonies of #EDE2E3
Complementary color
Monochromatic Colors of #EDE2E3
Black with #EDE2E3
Text Example
Text Example
White with #EDE2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2E3; }
p { color: rgb(237,226,227); }
H1.HeaderClassName
{
color: #EDE2E3;
}
.AnyTagClassName
{
color: #EDE2E3;
}
</style>
background-color css
<style>
a { background-color: #EDE2E3; }
a { background-color: rgb(237,226,227); }
div.DivClassName
{
background-color: #EDE2E3;
}
.BgClassName
{
background-color: #EDE2E3;
}
</style>
border-color css
<style>
span { border-color: #EDE2E3; }
span { border-color: rgb(237,226,227); }
td.TdClassName
{
border-color: #EDE2E3;
}
.TagClassName
{
border-color: #EDE2E3;
}
</style>