Html Css Color HEX #E08275 New York Pink

📋 copy color: '#E08275'

red 224 ◦ green 130 ◦ blue 117

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

Shades of New York Pink #E08275

Tints of New York Pink #E08275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.6%

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

R = 47.56%
G = 27.6%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E08275 (or 0xE08275) is known color: New York Pink. HEX triplet: E0, 82 and 75. RGB value is (224,130,117). Sum of RGB (Red+Green+Blue) = 224+130+117=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E08275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08275 is #1F7D8A. Grayscale: #9C9C9C. Windows color (decimal): -2063755 or 7701216. OLE color: 7701216.

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

Color convert

RGB 224 130 117 -
CMYK 0 0.42 0.48 0.12
HSL 7.29º 0.63% 0.67% -
HSV(B) 7.29º 0.48% 0.88% -
XYZ 41.93 33.1 21.01 -
YUV 156.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 224 130 117 0 0.42 0.48 0.12 7.29 0.63 0.67
Hex E0 82 75 0 2A 30 C 7 3F 43
Octal 340 202 165 0 52 60 14 7 77 103
Binary 11100000 10000010 1110101 0 101010 110000 1100 111 111111 1000011

Color Harmonies of #E08275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08275

Black with #E08275

Text Example


Text Example

White with #E08275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08275; }

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

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

background-color css

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

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

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

border-color css

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

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

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