#E08484

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

Shades of Sea Pink #E08484

Tints of Sea Pink #E08484

Color information

#E08484 (or 0xE08484) is unknown color: approx Sea Pink. HEX triplet: E0, 84 and 84. RGB value is (224,132,132). Sum of RGB (Red+Green+Blue) = 224+132+132=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E08484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08484 is #1F7B7B. Grayscale: #9F9F9F. Windows color (decimal): -2063228 or 8684768. OLE color: 8684768.

HSL color Cylindrical-coordinate representation of color #E08484: hue angle of 0º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08484 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB224132132-
CMYK00.410.410.12
HSL59.74%69.8%-
HSV(B)41.07%87.84%-
XYZ43.1634.0226.12-
YUV159.51112.48174-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.90%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=45.90%
G=27.05%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413213200.410.410.12059.7469.8
HexE0848402929C03c46
Octal3402042040515114074106
Binary1110000010000100100001000101001101001110001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08484; }

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

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

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

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

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

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

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

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