Html Css Color HEX #E28C7A New York Pink

📋 copy color: '#E28C7A'

red 226 ◦ green 140 ◦ blue 122

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

Shades of New York Pink #E28C7A

Tints of New York Pink #E28C7A

RGB

 RED value IS 226 (88.67% from 255) = 46.31%

 GREEN value IS 140 (55.08% from 255) = 28.69%

 BLUE value IS 122 (48.05% from 255) = 25%

R = 46.31%
G = 28.69%
B = 25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E28C7A (or 0xE28C7A) is known color: New York Pink. HEX triplet: E2, 8C and 7A. RGB value is (226,140,122). Sum of RGB (Red+Green+Blue) = 226+140+122=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28C7A is #1D7385. Grayscale: #A3A3A3. Windows color (decimal): -1930118 or 8031458. OLE color: 8031458.

HSL color Cylindrical-coordinate representation of color #E28C7A: hue angle of 10.38º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E28C7A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 140 122 -
CMYK 0 0.38 0.46 0.11
HSL 10.38º 0.64% 0.68% -
HSV(B) 10.38º 0.46% 0.89% -
XYZ 44.25 36.33 23.09 -
YUV 163.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 226 140 122 0 0.38 0.46 0.11 10.38 0.64 0.68
Hex E2 8C 7A 0 26 2E B A 40 44
Octal 342 214 172 0 46 56 13 12 100 104
Binary 11100010 10001100 1111010 0 100110 101110 1011 1010 1000000 1000100

Color Harmonies of #E28C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28C7A

Black with #E28C7A

Text Example


Text Example

White with #E28C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28C7A; }

 p { color: rgb(226,140,122); }

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

background-color css

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

 a { background-color: rgb(226,140,122); }

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

border-color css

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

 span { border-color: rgb(226,140,122); }

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