Html Css Color HEX #E28073 New York Pink

📋 copy color: '#E28073'

red 226 ◦ green 128 ◦ blue 115

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

Shades of New York Pink #E28073

Tints of New York Pink #E28073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

 BLUE value IS 115 (45.31% from 255) = 24.52%

R = 48.19%
G = 27.29%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E28073 (or 0xE28073) is known color: New York Pink. HEX triplet: E2, 80 and 73. RGB value is (226,128,115). Sum of RGB (Red+Green+Blue) = 226+128+115=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E28073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28073 is #1D7F8C. Grayscale: #9B9B9B. Windows color (decimal): -1933197 or 7569634. OLE color: 7569634.

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

Color convert

RGB 226 128 115 -
CMYK 0 0.43 0.49 0.11
HSL 7.03º 0.66% 0.67% -
HSV(B) 7.03º 0.49% 0.89% -
XYZ 42.18 32.84 20.34 -
YUV 155.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 226 128 115 0 0.43 0.49 0.11 7.03 0.66 0.67
Hex E2 80 73 0 2B 31 B 7 42 43
Octal 342 200 163 0 53 61 13 7 102 103
Binary 11100010 10000000 1110011 0 101011 110001 1011 111 1000010 1000011

Color Harmonies of #E28073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28073

Black with #E28073

Text Example


Text Example

White with #E28073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28073; }

 p { color: rgb(226,128,115); }

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

background-color css

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

 a { background-color: rgb(226,128,115); }

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

border-color css

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

 span { border-color: rgb(226,128,115); }

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