Html Css Color HEX #E08378 New York Pink

📋 copy color: '#E08378'

red 224 ◦ green 131 ◦ blue 120

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

Shades of New York Pink #E08378

Tints of New York Pink #E08378

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.58%

 BLUE value IS 120 (47.27% from 255) = 25.26%

R = 47.16%
G = 27.58%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E08378 (or 0xE08378) is known color: New York Pink. HEX triplet: E0, 83 and 78. RGB value is (224,131,120). Sum of RGB (Red+Green+Blue) = 224+131+120=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E08378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08378 is #1F7C87. Grayscale: #9D9D9D. Windows color (decimal): -2063496 or 7898080. OLE color: 7898080.

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

Color convert

RGB 224 131 120 -
CMYK 0 0.42 0.46 0.12
HSL 6.35º 0.63% 0.67% -
HSV(B) 6.35º 0.46% 0.88% -
XYZ 42.25 33.44 22 -
YUV 157.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 224 131 120 0 0.42 0.46 0.12 6.35 0.63 0.67
Hex E0 83 78 0 2A 2E C 6 3F 43
Octal 340 203 170 0 52 56 14 6 77 103
Binary 11100000 10000011 1111000 0 101010 101110 1100 110 111111 1000011

Color Harmonies of #E08378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08378

Black with #E08378

Text Example


Text Example

White with #E08378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08378; }

 p { color: rgb(224,131,120); }

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

background-color css

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

 a { background-color: rgb(224,131,120); }

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

border-color css

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

 span { border-color: rgb(224,131,120); }

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