Html Css Color HEX #EA8269 New York Pink

📋 copy color: '#EA8269'

red 234 ◦ green 130 ◦ blue 105

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

Shades of New York Pink #EA8269

Tints of New York Pink #EA8269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.39%

R = 49.89%
G = 27.72%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA8269 (or 0xEA8269) is known color: New York Pink. HEX triplet: EA, 82 and 69. RGB value is (234,130,105). Sum of RGB (Red+Green+Blue) = 234+130+105=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8269 is #157D96. Grayscale: #9E9E9E. Windows color (decimal): -1408407 or 6914794. OLE color: 6914794.

HSL color Cylindrical-coordinate representation of color #EA8269: hue angle of 11.63º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA8269 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 105 -
CMYK 0 0.44 0.55 0.08
HSL 11.63º 0.75% 0.66% -
HSV(B) 11.63º 0.55% 0.92% -
XYZ 44.46 34.48 17.68 -
YUV 158.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 234 130 105 0 0.44 0.55 0.08 11.63 0.75 0.66
Hex EA 82 69 0 2C 37 8 C 4B 42
Octal 352 202 151 0 54 67 10 14 113 102
Binary 11101010 10000010 1101001 0 101100 110111 1000 1100 1001011 1000010

Color Harmonies of #EA8269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8269

Black with #EA8269

Text Example


Text Example

White with #EA8269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8269; }

 p { color: rgb(234,130,105); }

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

background-color css

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

 a { background-color: rgb(234,130,105); }

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

border-color css

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

 span { border-color: rgb(234,130,105); }

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