Shades of Classic Rose #EEBED4
Tints of Classic Rose #EEBED4
RGB
CMYK
RGB Variations
Color information
#EEBED4 (or 0xEEBED4) is known color: Classic Rose. HEX triplet: EE, BE and D4. RGB value is (238,190,212). Sum of RGB (Red+Green+Blue) = 238+190+212=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBED4 is #11412B. Grayscale: #CECECE. Windows color (decimal): -1130796 or 13942510. OLE color: 13942510.
HSL color Cylindrical-coordinate representation of color #EEBED4: hue angle of 332.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBED4 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 190 | 212 | - |
CMYK | 0 | 0.20 | 0.11 | 0.07 |
HSL | 332.5º | 0.59% | 0.84% | - |
HSV(B) | 332.5º | 0.2% | 0.93% | - |
XYZ | 65.56 | 59.76 | 70.37 | - |
YUV | 206.86 | 130.9 | 150.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 190 | 212 | 0 | 0.20 | 0.11 | 0.07 | 332.5 | 0.59 | 0.84 |
Hex | EE | BE | D4 | 0 | 14 | B | 7 | 14C | 3B | 54 |
Octal | 356 | 276 | 324 | 0 | 24 | 13 | 7 | 514 | 73 | 124 |
Binary | 11101110 | 10111110 | 11010100 | 0 | 10100 | 1011 | 111 | 101001100 | 111011 | 1010100 |
Color Harmonies of #EEBED4
Complementary color
Monochromatic Colors of #EEBED4
Black with #EEBED4
Text Example
Text Example
White with #EEBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBED4; }
p { color: rgb(238,190,212); }
H1.HeaderClassName
{
color: #EEBED4;
}
.AnyTagClassName
{
color: #EEBED4;
}
</style>
background-color css
<style>
a { background-color: #EEBED4; }
a { background-color: rgb(238,190,212); }
div.DivClassName
{
background-color: #EEBED4;
}
.BgClassName
{
background-color: #EEBED4;
}
</style>
border-color css
<style>
span { border-color: #EEBED4; }
span { border-color: rgb(238,190,212); }
td.TdClassName
{
border-color: #EEBED4;
}
.TagClassName
{
border-color: #EEBED4;
}
</style>