Shades of Sea Pink #E08A8A
Tints of Sea Pink #E08A8A
RGB
CMYK
RGB Variations
Color information
#E08A8A (or 0xE08A8A) is known color: Sea Pink. HEX triplet: E0, 8A and 8A. RGB value is (224,138,138). Sum of RGB (Red+Green+Blue) = 224+138+138=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A8A is #1F7575. Grayscale: #A3A3A3. Windows color (decimal): -2061686 or 9079520. OLE color: 9079520.
HSL color Cylindrical-coordinate representation of color #E08A8A: hue angle of 0º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08A8A is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
RGB | 224 | 138 | 138 | - |
CMYK | 0 | 0.38 | 0.38 | 0.12 |
HSL | 0º | 0.58% | 0.71% | - |
HSV(B) | 0º | 0.38% | 0.88% | - |
XYZ | 44.42 | 35.86 | 28.63 | - |
YUV | 163.71 | 113.49 | 171 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 224 | 138 | 138 | 0 | 0.38 | 0.38 | 0.12 | 0 | 0.58 | 0.71 |
Hex | E0 | 8A | 8A | 0 | 26 | 26 | C | 0 | 3A | 47 |
Octal | 340 | 212 | 212 | 0 | 46 | 46 | 14 | 0 | 72 | 107 |
Binary | 11100000 | 10001010 | 10001010 | 0 | 100110 | 100110 | 1100 | 0 | 111010 | 1000111 |
Color Harmonies of #E08A8A
Complementary color
Monochromatic Colors of #E08A8A
Black with #E08A8A
Text Example
Text Example
White with #E08A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A8A; }
p { color: rgb(224,138,138); }
H1.HeaderClassName
{
color: #E08A8A;
}
.AnyTagClassName
{
color: #E08A8A;
}
</style>
background-color css
<style>
a { background-color: #E08A8A; }
a { background-color: rgb(224,138,138); }
div.DivClassName
{
background-color: #E08A8A;
}
.BgClassName
{
background-color: #E08A8A;
}
</style>
border-color css
<style>
span { border-color: #E08A8A; }
span { border-color: rgb(224,138,138); }
td.TdClassName
{
border-color: #E08A8A;
}
.TagClassName
{
border-color: #E08A8A;
}
</style>