#E09384

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

Shades of My Pink #E09384

Tints of My Pink #E09384

Color information

#E09384 (or 0xE09384) is unknown color: approx My Pink. HEX triplet: E0, 93 and 84. RGB value is (224,147,132). Sum of RGB (Red+Green+Blue) = 224+147+132=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E09384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09384 is #1F6C7B. Grayscale: #A8A8A8. Windows color (decimal): -2059388 or 8688608. OLE color: 8688608.

HSL color Cylindrical-coordinate representation of color #E09384: hue angle of 9.78º 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 #E09384 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB224147132-
CMYK00.340.410.12
HSL9.78º59.74%69.8%-
HSV(B)9.78º41.07%87.84%-
XYZ45.3438.3826.85-
YUV168.31107.51167.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 132 (51.95% from 255) = 26.24%
R=44.53%
G=29.22%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414713200.340.410.129.7859.7469.8
HexE0938402229Ca3c46
Octal34022320404251141274106
Binary1110000010010011100001000100010101001110010101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09384; }

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

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

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

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

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

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

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

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