Html Css Color HEX #E09385 My Pink

📋 copy color: '#E09385'

red 224 ◦ green 147 ◦ blue 133

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

Shades of My Pink #E09385

Tints of My Pink #E09385

RGB

 RED value IS 224 (87.89% from 255) = 44.44%

 GREEN value IS 147 (57.81% from 255) = 29.17%

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

R = 44.44%
G = 29.17%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E09385 (or 0xE09385) is known color: My Pink. HEX triplet: E0, 93 and 85. RGB value is (224,147,133). Sum of RGB (Red+Green+Blue) = 224+147+133=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E09385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09385 is #1F6C7A. Grayscale: #A8A8A8. Windows color (decimal): -2059387 or 8754144. OLE color: 8754144.

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

Color convert

RGB 224 147 133 -
CMYK 0 0.34 0.41 0.12
HSL 9.23º 0.59% 0.7% -
HSV(B) 9.23º 0.41% 0.88% -
XYZ 45.41 38.41 27.21 -
YUV 168.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 224 147 133 0 0.34 0.41 0.12 9.23 0.59 0.7
Hex E0 93 85 0 22 29 C 9 3B 46
Octal 340 223 205 0 42 51 14 11 73 106
Binary 11100000 10010011 10000101 0 100010 101001 1100 1001 111011 1000110

Color Harmonies of #E09385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09385

Black with #E09385

Text Example


Text Example

White with #E09385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09385; }

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

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

background-color css

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

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

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

border-color css

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

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

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