Html Css Color HEX #EA8268 New York Pink

📋 copy color: '#EA8268'

red 234 ◦ green 130 ◦ blue 104

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

Shades of New York Pink #EA8268

Tints of New York Pink #EA8268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.22%

R = 50%
G = 27.78%
B = 22.22%

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

#EA8268 (or 0xEA8268) is known color: New York Pink. HEX triplet: EA, 82 and 68. RGB value is (234,130,104). Sum of RGB (Red+Green+Blue) = 234+130+104=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8268 is #157D97. Grayscale: #9E9E9E. Windows color (decimal): -1408408 or 6849258. OLE color: 6849258.

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

Color convert

RGB 234 130 104 -
CMYK 0 0.44 0.56 0.08
HSL 12º 0.76% 0.66% -
HSV(B) 12º 0.56% 0.92% -
XYZ 44.41 34.46 17.41 -
YUV 158.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 234 130 104 0 0.44 0.56 0.08 12 0.76 0.66
Hex EA 82 68 0 2C 38 8 C 4C 42
Octal 352 202 150 0 54 70 10 14 114 102
Binary 11101010 10000010 1101000 0 101100 111000 1000 1100 1001100 1000010

Color Harmonies of #EA8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8268

Black with #EA8268

Text Example


Text Example

White with #EA8268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8268; }

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

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

background-color css

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

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

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

border-color css

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

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

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