Html Css Color HEX #E4826A New York Pink

📋 copy color: '#E4826A'

red 228 ◦ green 130 ◦ blue 106

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

Shades of New York Pink #E4826A

Tints of New York Pink #E4826A

RGB

 RED value IS 228 (89.45% from 255) = 49.14%

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

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

R = 49.14%
G = 28.02%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E4826A (or 0xE4826A) is known color: New York Pink. HEX triplet: E4, 82 and 6A. RGB value is (228,130,106). Sum of RGB (Red+Green+Blue) = 228+130+106=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E4826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4826A is #1B7D95. Grayscale: #9C9C9C. Windows color (decimal): -1801622 or 6980324. OLE color: 6980324.

HSL color Cylindrical-coordinate representation of color #E4826A: hue angle of 11.8º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4826A is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 130 106 -
CMYK 0 0.43 0.54 0.11
HSL 11.8º 0.69% 0.65% -
HSV(B) 11.8º 0.54% 0.89% -
XYZ 42.58 33.5 17.86 -
YUV 156.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 228 130 106 0 0.43 0.54 0.11 11.8 0.69 0.65
Hex E4 82 6A 0 2B 36 B C 45 41
Octal 344 202 152 0 53 66 13 14 105 101
Binary 11100100 10000010 1101010 0 101011 110110 1011 1100 1000101 1000001

Color Harmonies of #E4826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4826A

Black with #E4826A

Text Example


Text Example

White with #E4826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4826A; }

 p { color: rgb(228,130,106); }

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

background-color css

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

 a { background-color: rgb(228,130,106); }

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

border-color css

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

 span { border-color: rgb(228,130,106); }

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