Html Css Color HEX #E08E7F My Pink

📋 copy color: '#E08E7F'

red 224 ◦ green 142 ◦ blue 127

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

Shades of My Pink #E08E7F

Tints of My Pink #E08E7F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.8%

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

R = 45.44%
G = 28.8%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E08E7F (or 0xE08E7F) is known color: My Pink. HEX triplet: E0, 8E and 7F. RGB value is (224,142,127). Sum of RGB (Red+Green+Blue) = 224+142+127=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E7F is #1F7180. Grayscale: #A4A4A4. Windows color (decimal): -2060673 or 8359648. OLE color: 8359648.

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

Color convert

RGB 224 142 127 -
CMYK 0 0.37 0.43 0.12
HSL 9.28º 0.61% 0.69% -
HSV(B) 9.28º 0.43% 0.88% -
XYZ 44.24 36.73 24.84 -
YUV 164.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 224 142 127 0 0.37 0.43 0.12 9.28 0.61 0.69
Hex E0 8E 7F 0 25 2B C 9 3D 45
Octal 340 216 177 0 45 53 14 11 75 105
Binary 11100000 10001110 1111111 0 100101 101011 1100 1001 111101 1000101

Color Harmonies of #E08E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E7F

Black with #E08E7F

Text Example


Text Example

White with #E08E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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