Html Css Color HEX #E08875 New York Pink

📋 copy color: '#E08875'

red 224 ◦ green 136 ◦ blue 117

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

Shades of New York Pink #E08875

Tints of New York Pink #E08875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.51%

 BLUE value IS 117 (46.09% from 255) = 24.53%

R = 46.96%
G = 28.51%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E08875 (or 0xE08875) is known color: New York Pink. HEX triplet: E0, 88 and 75. RGB value is (224,136,117). Sum of RGB (Red+Green+Blue) = 224+136+117=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E08875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08875 is #1F778A. Grayscale: #A0A0A0. Windows color (decimal): -2062219 or 7702752. OLE color: 7702752.

HSL color Cylindrical-coordinate representation of color #E08875: hue angle of 10.65º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E08875 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 136 117 -
CMYK 0 0.39 0.48 0.12
HSL 10.65º 0.63% 0.67% -
HSV(B) 10.65º 0.48% 0.88% -
XYZ 42.76 34.74 21.28 -
YUV 160.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 224 136 117 0 0.39 0.48 0.12 10.65 0.63 0.67
Hex E0 88 75 0 27 30 C B 3F 43
Octal 340 210 165 0 47 60 14 13 77 103
Binary 11100000 10001000 1110101 0 100111 110000 1100 1011 111111 1000011

Color Harmonies of #E08875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08875

Black with #E08875

Text Example


Text Example

White with #E08875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08875; }

 p { color: rgb(224,136,117); }

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

background-color css

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

 a { background-color: rgb(224,136,117); }

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

border-color css

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

 span { border-color: rgb(224,136,117); }

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