Html Css Color HEX #E18D85 My Pink

📋 copy color: '#E18D85'

red 225 ◦ green 141 ◦ blue 133

#E18D85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of My Pink #E18D85

Tints of My Pink #E18D85

RGB

 RED value IS 225 (88.28% from 255) = 45.09%

 GREEN value IS 141 (55.47% from 255) = 28.26%

 BLUE value IS 133 (52.34% from 255) = 26.65%

R = 45.09%
G = 28.26%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E18D85 (or 0xE18D85) is known color: My Pink. HEX triplet: E1, 8D and 85. RGB value is (225,141,133). Sum of RGB (Red+Green+Blue) = 225+141+133=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18D85 is #1E727A. Grayscale: #A5A5A5. Windows color (decimal): -1995387 or 8752609. OLE color: 8752609.

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

Color convert

RGB 225 141 133 -
CMYK 0 0.37 0.41 0.12
HSL 5.22º 0.61% 0.7% -
HSV(B) 5.22º 0.41% 0.88% -
XYZ 44.81 36.75 26.92 -
YUV 165.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 225 141 133 0 0.37 0.41 0.12 5.22 0.61 0.7
Hex E1 8D 85 0 25 29 C 5 3D 46
Octal 341 215 205 0 45 51 14 5 75 106
Binary 11100001 10001101 10000101 0 100101 101001 1100 101 111101 1000110

Color Harmonies of #E18D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D85

Black with #E18D85

Text Example


Text Example

White with #E18D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D85; }

 p { color: rgb(225,141,133); }

 H1.HeaderClassName
 {
   color: #E18D85;
 }
 .AnyTagClassName
 {
   color: #E18D85;
 }
</style>

background-color css

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

 a { background-color: rgb(225,141,133); }

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

border-color css

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

 span { border-color: rgb(225,141,133); }

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