Html Css Color HEX #E08274 New York Pink

📋 copy color: '#E08274'

red 224 ◦ green 130 ◦ blue 116

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

Shades of New York Pink #E08274

Tints of New York Pink #E08274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 47.66%
G = 27.66%
B = 24.68%

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

#E08274 (or 0xE08274) is known color: New York Pink. HEX triplet: E0, 82 and 74. RGB value is (224,130,116). Sum of RGB (Red+Green+Blue) = 224+130+116=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E08274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08274 is #1F7D8B. Grayscale: #9C9C9C. Windows color (decimal): -2063756 or 7635680. OLE color: 7635680.

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

Color convert

RGB 224 130 116 -
CMYK 0 0.42 0.48 0.12
HSL 7.78º 0.64% 0.67% -
HSV(B) 7.78º 0.48% 0.88% -
XYZ 41.88 33.07 20.7 -
YUV 156.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 224 130 116 0 0.42 0.48 0.12 7.78 0.64 0.67
Hex E0 82 74 0 2A 30 C 8 40 43
Octal 340 202 164 0 52 60 14 10 100 103
Binary 11100000 10000010 1110100 0 101010 110000 1100 1000 1000000 1000011

Color Harmonies of #E08274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08274

Black with #E08274

Text Example


Text Example

White with #E08274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08274; }

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

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

background-color css

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

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

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

border-color css

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

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

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