Html Css Color HEX #E28A75 New York Pink

📋 copy color: '#E28A75'

red 226 ◦ green 138 ◦ blue 117

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

Shades of New York Pink #E28A75

Tints of New York Pink #E28A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.69%

 BLUE value IS 117 (46.09% from 255) = 24.32%

R = 46.99%
G = 28.69%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E28A75 (or 0xE28A75) is known color: New York Pink. HEX triplet: E2, 8A and 75. RGB value is (226,138,117). Sum of RGB (Red+Green+Blue) = 226+138+117=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28A75 is #1D758A. Grayscale: #A2A2A2. Windows color (decimal): -1930635 or 7703266. OLE color: 7703266.

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

Color convert

RGB 226 138 117 -
CMYK 0 0.39 0.48 0.11
HSL 11.56º 0.65% 0.67% -
HSV(B) 11.56º 0.48% 0.89% -
XYZ 43.66 35.63 21.41 -
YUV 161.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 226 138 117 0 0.39 0.48 0.11 11.56 0.65 0.67
Hex E2 8A 75 0 27 30 B C 41 43
Octal 342 212 165 0 47 60 13 14 101 103
Binary 11100010 10001010 1110101 0 100111 110000 1011 1100 1000001 1000011

Color Harmonies of #E28A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28A75

Black with #E28A75

Text Example


Text Example

White with #E28A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28A75; }

 p { color: rgb(226,138,117); }

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

background-color css

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

 a { background-color: rgb(226,138,117); }

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

border-color css

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

 span { border-color: rgb(226,138,117); }

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