#E08C83

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

Shades of My Pink #E08C83

Tints of My Pink #E08C83

Color information

#E08C83 (or 0xE08C83) is unknown color: approx My Pink. HEX triplet: E0, 8C and 83. RGB value is (224,140,131). Sum of RGB (Red+Green+Blue) = 224+140+131=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C83 is #1F737C. Grayscale: #A4A4A4. Windows color (decimal): -2061181 or 8621280. OLE color: 8621280.

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

Color convert

RGB224140131-
CMYK00.380.420.12
HSL5.81º60%69.61%-
HSV(B)5.81º41.52%87.84%-
XYZ44.2236.2426.14-
YUV164.09109.33170.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 131 (51.56% from 255) = 26.46%
R=45.25%
G=28.28%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414013100.380.420.125.816069.61
HexE08C830262AC63c46
Octal3402142030465214674106
Binary111000001000110010000011010011010101011001101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08C83; }

 p { color: rgb(224,140,131); }

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

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

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

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

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

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

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