Html Css Color HEX #EA846A New York Pink

📋 copy color: '#EA846A'

red 234 ◦ green 132 ◦ blue 106

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

Shades of New York Pink #EA846A

Tints of New York Pink #EA846A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 49.58%
G = 27.97%
B = 22.46%

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

#EA846A (or 0xEA846A) is known color: New York Pink. HEX triplet: EA, 84 and 6A. RGB value is (234,132,106). Sum of RGB (Red+Green+Blue) = 234+132+106=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA846A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA846A is #157B95. Grayscale: #9F9F9F. Windows color (decimal): -1407894 or 6980842. OLE color: 6980842.

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

Color convert

RGB 234 132 106 -
CMYK 0 0.44 0.55 0.08
HSL 12.19º 0.75% 0.67% -
HSV(B) 12.19º 0.55% 0.92% -
XYZ 44.78 35.04 18.04 -
YUV 159.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 234 132 106 0 0.44 0.55 0.08 12.19 0.75 0.67
Hex EA 84 6A 0 2C 37 8 C 4B 43
Octal 352 204 152 0 54 67 10 14 113 103
Binary 11101010 10000100 1101010 0 101100 110111 1000 1100 1001011 1000011

Color Harmonies of #EA846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA846A

Black with #EA846A

Text Example


Text Example

White with #EA846A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA846A; }

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

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

background-color css

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

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

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

border-color css

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

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

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