#ea8a83

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

Shades of Sweet Pink #EA8A83

Tints of Sweet Pink #EA8A83

Color information

#EA8A83 (or 0xEA8A83) is unknown color: approx Sweet Pink. HEX triplet: EA, 8A and 83. RGB value is (234,138,131). Sum of RGB (Red+Green+Blue) = 234+138+131=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8A83 is #15757C. Grayscale: #A6A6A6. Windows color (decimal): -1406333 or 8620778. OLE color: 8620778.

HSL color Cylindrical-coordinate representation of color #EA8A83: hue angle of 4.08º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8A83 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB234138131-
CMYK00.410.440.08
HSL4.08º71.03%71.57%-
HSV(B)4.08º44.02%91.76%-
XYZ47.1237.3126.19-
YUV165.91108.3176.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.52%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 131 (51.56% from 255) = 26.04%
R=46.52%
G=27.44%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413813100.410.440.084.0871.0371.57
HexEA8A830292C844748
Octal35221220305154104107110
Binary1110101010001010100000110101001101100100010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea8a83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea8a83; }

 p { color: rgb(234,138,131); }

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

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

 a { background-color: rgb(234,138,131); }

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

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

 span { border-color: rgb(234,138,131); }

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