Html Css Color HEX #E08975 New York Pink

📋 copy color: '#E08975'

red 224 ◦ green 137 ◦ blue 117

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

Shades of New York Pink #E08975

Tints of New York Pink #E08975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.66%

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

R = 46.86%
G = 28.66%
B = 24.48%

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

#E08975 (or 0xE08975) is known color: New York Pink. HEX triplet: E0, 89 and 75. RGB value is (224,137,117). Sum of RGB (Red+Green+Blue) = 224+137+117=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E08975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08975 is #1F768A. Grayscale: #A0A0A0. Windows color (decimal): -2061963 or 7703008. OLE color: 7703008.

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

Color convert

RGB 224 137 117 -
CMYK 0 0.39 0.48 0.12
HSL 11.21º 0.63% 0.67% -
HSV(B) 11.21º 0.48% 0.88% -
XYZ 42.9 35.02 21.33 -
YUV 160.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 224 137 117 0 0.39 0.48 0.12 11.21 0.63 0.67
Hex E0 89 75 0 27 30 C B 3F 43
Octal 340 211 165 0 47 60 14 13 77 103
Binary 11100000 10001001 1110101 0 100111 110000 1100 1011 111111 1000011

Color Harmonies of #E08975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08975

Black with #E08975

Text Example


Text Example

White with #E08975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08975; }

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

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

background-color css

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

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

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

border-color css

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

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

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