Html Css Color HEX #E08B7F My Pink

📋 copy color: '#E08B7F'

red 224 ◦ green 139 ◦ blue 127

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

Shades of My Pink #E08B7F

Tints of My Pink #E08B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.37%

 BLUE value IS 127 (50% from 255) = 25.92%

R = 45.71%
G = 28.37%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E08B7F (or 0xE08B7F) is known color: My Pink. HEX triplet: E0, 8B and 7F. RGB value is (224,139,127). Sum of RGB (Red+Green+Blue) = 224+139+127=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B7F is #1F7480. Grayscale: #A3A3A3. Windows color (decimal): -2061441 or 8358880. OLE color: 8358880.

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

Color convert

RGB 224 139 127 -
CMYK 0 0.38 0.43 0.12
HSL 7.42º 0.61% 0.69% -
HSV(B) 7.42º 0.43% 0.88% -
XYZ 43.8 35.84 24.69 -
YUV 163.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 224 139 127 0 0.38 0.43 0.12 7.42 0.61 0.69
Hex E0 8B 7F 0 26 2B C 7 3D 45
Octal 340 213 177 0 46 53 14 7 75 105
Binary 11100000 10001011 1111111 0 100110 101011 1100 111 111101 1000101

Color Harmonies of #E08B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08B7F

Black with #E08B7F

Text Example


Text Example

White with #E08B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08B7F; }

 p { color: rgb(224,139,127); }

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

background-color css

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

 a { background-color: rgb(224,139,127); }

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

border-color css

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

 span { border-color: rgb(224,139,127); }

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