Html Css Color HEX #EA8267 New York Pink

📋 copy color: '#EA8267'

red 234 ◦ green 130 ◦ blue 103

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

Shades of New York Pink #EA8267

Tints of New York Pink #EA8267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.06%

R = 50.11%
G = 27.84%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA8267 (or 0xEA8267) is known color: New York Pink. HEX triplet: EA, 82 and 67. RGB value is (234,130,103). Sum of RGB (Red+Green+Blue) = 234+130+103=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8267 is #157D98. Grayscale: #9E9E9E. Windows color (decimal): -1408409 or 6783722. OLE color: 6783722.

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

Color convert

RGB 234 130 103 -
CMYK 0 0.44 0.56 0.08
HSL 12.37º 0.76% 0.66% -
HSV(B) 12.37º 0.56% 0.92% -
XYZ 44.36 34.44 17.14 -
YUV 158.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 234 130 103 0 0.44 0.56 0.08 12.37 0.76 0.66
Hex EA 82 67 0 2C 38 8 C 4C 42
Octal 352 202 147 0 54 70 10 14 114 102
Binary 11101010 10000010 1100111 0 101100 111000 1000 1100 1001100 1000010

Color Harmonies of #EA8267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8267

Black with #EA8267

Text Example


Text Example

White with #EA8267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8267; }

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

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

background-color css

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

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

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

border-color css

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

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

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