#E58484

Color #E58484 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #E58484

Tints of Sea Pink #E58484

Color information

#E58484 (or 0xE58484) is unknown color: approx Sea Pink. HEX triplet: E5, 84 and 84. RGB value is (229,132,132). Sum of RGB (Red+Green+Blue) = 229+132+132=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E58484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58484 is #1A7B7B. Grayscale: #A1A1A1. Windows color (decimal): -1735548 or 8684773. OLE color: 8684773.

HSL color Cylindrical-coordinate representation of color #E58484: hue angle of 0º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E58484 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB229132132-
CMYK00.420.420.10
HSL65.1%70.78%-
HSV(B)42.36%89.8%-
XYZ44.7334.8326.19-
YUV161111.64176.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 46.45%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=46.45%
G=26.77%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913213200.420.420.10065.170.78
HexE5848402A2AA04147
Octal34520420405252120101107
Binary11100101100001001000010001010101010101010010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58484; }

 p { color: rgb(229,132,132); }

 H1.HeaderClassName
 {
   color: #E58484;
 }
 .AnyTagClassName
 {
   color: #E58484;
 }
</style>
background-color css

<style>
 a { background-color: #E58484; }

 a { background-color: rgb(229,132,132); }

 div.DivClassName
 {
   background-color: #E58484;
 }
 .BgClassName
 {
   background-color: #E58484;
 }
</style>
border-color css

<style>
 span { border-color: #E58484; }

 span { border-color: rgb(229,132,132); }

 td.TdClassName
 {
   border-color: #E58484;
 }
 .TagClassName
 {
   border-color: #E58484;
 }
</style>