Html Css Color HEX #EA8369 New York Pink

📋 copy color: '#EA8369'

red 234 ◦ green 131 ◦ blue 105

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

Shades of New York Pink #EA8369

Tints of New York Pink #EA8369

RGB

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

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

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

R = 49.79%
G = 27.87%
B = 22.34%

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

#EA8369 (or 0xEA8369) is known color: New York Pink. HEX triplet: EA, 83 and 69. RGB value is (234,131,105). Sum of RGB (Red+Green+Blue) = 234+131+105=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8369 is #157C96. Grayscale: #9F9F9F. Windows color (decimal): -1408151 or 6915050. OLE color: 6915050.

HSL color Cylindrical-coordinate representation of color #EA8369: hue angle of 12.09º 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 #EA8369 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 131 105 -
CMYK 0 0.44 0.55 0.08
HSL 12.09º 0.75% 0.66% -
HSV(B) 12.09º 0.55% 0.92% -
XYZ 44.6 34.74 17.72 -
YUV 158.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 234 131 105 0 0.44 0.55 0.08 12.09 0.75 0.66
Hex EA 83 69 0 2C 37 8 C 4B 42
Octal 352 203 151 0 54 67 10 14 113 102
Binary 11101010 10000011 1101001 0 101100 110111 1000 1100 1001011 1000010

Color Harmonies of #EA8369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8369

Black with #EA8369

Text Example


Text Example

White with #EA8369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8369; }

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

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

background-color css

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

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

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

border-color css

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

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

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