Html Css Color HEX #E38D85 My Pink

📋 copy color: '#E38D85'

red 227 ◦ green 141 ◦ blue 133

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

Shades of My Pink #E38D85

Tints of My Pink #E38D85

RGB

 RED value IS 227 (89.06% from 255) = 45.31%

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

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

R = 45.31%
G = 28.14%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E38D85 (or 0xE38D85) is known color: My Pink. HEX triplet: E3, 8D and 85. RGB value is (227,141,133). Sum of RGB (Red+Green+Blue) = 227+141+133=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38D85 is #1C727A. Grayscale: #A5A5A5. Windows color (decimal): -1864315 or 8752611. OLE color: 8752611.

HSL color Cylindrical-coordinate representation of color #E38D85: hue angle of 5.11º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E38D85 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 141 133 -
CMYK 0 0.38 0.41 0.11
HSL 5.11º 0.63% 0.71% -
HSV(B) 5.11º 0.41% 0.89% -
XYZ 45.44 37.07 26.95 -
YUV 165.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 227 141 133 0 0.38 0.41 0.11 5.11 0.63 0.71
Hex E3 8D 85 0 26 29 B 5 3F 47
Octal 343 215 205 0 46 51 13 5 77 107
Binary 11100011 10001101 10000101 0 100110 101001 1011 101 111111 1000111

Color Harmonies of #E38D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38D85

Black with #E38D85

Text Example


Text Example

White with #E38D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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