Html Css Color HEX #E38270 New York Pink

📋 copy color: '#E38270'

red 227 ◦ green 130 ◦ blue 112

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

Shades of New York Pink #E38270

Tints of New York Pink #E38270

RGB

 RED value IS 227 (89.06% from 255) = 48.4%

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

 BLUE value IS 112 (44.14% from 255) = 23.88%

R = 48.4%
G = 27.72%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E38270 (or 0xE38270) is known color: New York Pink. HEX triplet: E3, 82 and 70. RGB value is (227,130,112). Sum of RGB (Red+Green+Blue) = 227+130+112=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E38270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38270 is #1C7D8F. Grayscale: #9D9D9D. Windows color (decimal): -1867152 or 7373539. OLE color: 7373539.

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

Color convert

RGB 227 130 112 -
CMYK 0 0.43 0.51 0.11
HSL 9.39º 0.67% 0.66% -
HSV(B) 9.39º 0.51% 0.89% -
XYZ 42.59 33.47 19.54 -
YUV 156.95 102.64 177.96 -
System Red Green Blue C M Y K H S L
Decimal 227 130 112 0 0.43 0.51 0.11 9.39 0.67 0.66
Hex E3 82 70 0 2B 33 B 9 43 42
Octal 343 202 160 0 53 63 13 11 103 102
Binary 11100011 10000010 1110000 0 101011 110011 1011 1001 1000011 1000010

Color Harmonies of #E38270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38270

Black with #E38270

Text Example


Text Example

White with #E38270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38270; }

 p { color: rgb(227,130,112); }

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

background-color css

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

 a { background-color: rgb(227,130,112); }

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

border-color css

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

 span { border-color: rgb(227,130,112); }

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