Html Css Color HEX #E08A7F My Pink

📋 copy color: '#E08A7F'

red 224 ◦ green 138 ◦ blue 127

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

Shades of My Pink #E08A7F

Tints of My Pink #E08A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.22%

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

R = 45.81%
G = 28.22%
B = 25.97%

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

#E08A7F (or 0xE08A7F) is known color: My Pink. HEX triplet: E0, 8A and 7F. RGB value is (224,138,127). Sum of RGB (Red+Green+Blue) = 224+138+127=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A7F is #1F7580. Grayscale: #A2A2A2. Windows color (decimal): -2061697 or 8358624. OLE color: 8358624.

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

Color convert

RGB 224 138 127 -
CMYK 0 0.38 0.43 0.12
HSL 6.8º 0.61% 0.69% -
HSV(B) 6.8º 0.43% 0.88% -
XYZ 43.66 35.56 24.64 -
YUV 162.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 224 138 127 0 0.38 0.43 0.12 6.8 0.61 0.69
Hex E0 8A 7F 0 26 2B C 7 3D 45
Octal 340 212 177 0 46 53 14 7 75 105
Binary 11100000 10001010 1111111 0 100110 101011 1100 111 111101 1000101

Color Harmonies of #E08A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A7F

Black with #E08A7F

Text Example


Text Example

White with #E08A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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