Html Css Color HEX #EA846F New York Pink

📋 copy color: '#EA846F'

red 234 ◦ green 132 ◦ blue 111

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

Shades of New York Pink #EA846F

Tints of New York Pink #EA846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.67%

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 49.06%
G = 27.67%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA846F (or 0xEA846F) is known color: New York Pink. HEX triplet: EA, 84 and 6F. RGB value is (234,132,111). Sum of RGB (Red+Green+Blue) = 234+132+111=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA846F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA846F is #157B90. Grayscale: #A0A0A0. Windows color (decimal): -1407889 or 7308522. OLE color: 7308522.

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

Color convert

RGB 234 132 111 -
CMYK 0 0.44 0.53 0.08
HSL 10.24º 0.75% 0.68% -
HSV(B) 10.24º 0.53% 0.92% -
XYZ 45.05 35.14 19.45 -
YUV 160.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 234 132 111 0 0.44 0.53 0.08 10.24 0.75 0.68
Hex EA 84 6F 0 2C 35 8 A 4B 44
Octal 352 204 157 0 54 65 10 12 113 104
Binary 11101010 10000100 1101111 0 101100 110101 1000 1010 1001011 1000100

Color Harmonies of #EA846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA846F

Black with #EA846F

Text Example


Text Example

White with #EA846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA846F; }

 p { color: rgb(234,132,111); }

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

background-color css

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

 a { background-color: rgb(234,132,111); }

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

border-color css

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

 span { border-color: rgb(234,132,111); }

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