Html Css Color HEX #EA8875 New York Pink

📋 copy color: '#EA8875'

red 234 ◦ green 136 ◦ blue 117

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

Shades of New York Pink #EA8875

Tints of New York Pink #EA8875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.93%

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

R = 48.05%
G = 27.93%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA8875 (or 0xEA8875) is known color: New York Pink. HEX triplet: EA, 88 and 75. RGB value is (234,136,117). Sum of RGB (Red+Green+Blue) = 234+136+117=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8875 is #15778A. Grayscale: #A3A3A3. Windows color (decimal): -1406859 or 7702762. OLE color: 7702762.

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

Color convert

RGB 234 136 117 -
CMYK 0 0.42 0.5 0.08
HSL 9.74º 0.74% 0.69% -
HSV(B) 9.74º 0.5% 0.92% -
XYZ 45.95 36.39 21.43 -
YUV 163.14 101.97 178.54 -
System Red Green Blue C M Y K H S L
Decimal 234 136 117 0 0.42 0.5 0.08 9.74 0.74 0.69
Hex EA 88 75 0 2A 32 8 A 4A 45
Octal 352 210 165 0 52 62 10 12 112 105
Binary 11101010 10001000 1110101 0 101010 110010 1000 1010 1001010 1000101

Color Harmonies of #EA8875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8875

Black with #EA8875

Text Example


Text Example

White with #EA8875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8875; }

 p { color: rgb(234,136,117); }

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

background-color css

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

 a { background-color: rgb(234,136,117); }

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

border-color css

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

 span { border-color: rgb(234,136,117); }

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