Html Css Color HEX #EA8570 New York Pink

📋 copy color: '#EA8570'

red 234 ◦ green 133 ◦ blue 112

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

Shades of New York Pink #EA8570

Tints of New York Pink #EA8570

RGB

 RED value IS 234 (91.8% from 255) = 48.85%

 GREEN value IS 133 (52.34% from 255) = 27.77%

 BLUE value IS 112 (44.14% from 255) = 23.38%

R = 48.85%
G = 27.77%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA8570 (or 0xEA8570) is known color: New York Pink. HEX triplet: EA, 85 and 70. RGB value is (234,133,112). Sum of RGB (Red+Green+Blue) = 234+133+112=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8570 is #157A8F. Grayscale: #A0A0A0. Windows color (decimal): -1407632 or 7374314. OLE color: 7374314.

HSL color Cylindrical-coordinate representation of color #EA8570: hue angle of 10.33º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA8570 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 133 112 -
CMYK 0 0.43 0.52 0.08
HSL 10.33º 0.74% 0.68% -
HSV(B) 10.33º 0.52% 0.92% -
XYZ 45.24 35.44 19.78 -
YUV 160.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 234 133 112 0 0.43 0.52 0.08 10.33 0.74 0.68
Hex EA 85 70 0 2B 34 8 A 4A 44
Octal 352 205 160 0 53 64 10 12 112 104
Binary 11101010 10000101 1110000 0 101011 110100 1000 1010 1001010 1000100

Color Harmonies of #EA8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8570

Black with #EA8570

Text Example


Text Example

White with #EA8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8570; }

 p { color: rgb(234,133,112); }

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

background-color css

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

 a { background-color: rgb(234,133,112); }

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

border-color css

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

 span { border-color: rgb(234,133,112); }

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