Html Css Color HEX #E38472 New York Pink

📋 copy color: '#E38472'

red 227 ◦ green 132 ◦ blue 114

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

Shades of New York Pink #E38472

Tints of New York Pink #E38472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.91%

 BLUE value IS 114 (44.92% from 255) = 24.1%

R = 47.99%
G = 27.91%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E38472 (or 0xE38472) is known color: New York Pink. HEX triplet: E3, 84 and 72. RGB value is (227,132,114). Sum of RGB (Red+Green+Blue) = 227+132+114=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E38472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38472 is #1C7B8D. Grayscale: #9E9E9E. Windows color (decimal): -1866638 or 7505123. OLE color: 7505123.

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

Color convert

RGB 227 132 114 -
CMYK 0 0.42 0.50 0.11
HSL 9.56º 0.67% 0.67% -
HSV(B) 9.56º 0.5% 0.89% -
XYZ 42.97 34.05 20.23 -
YUV 158.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 227 132 114 0 0.42 0.50 0.11 9.56 0.67 0.67
Hex E3 84 72 0 2A 32 B A 43 43
Octal 343 204 162 0 52 62 13 12 103 103
Binary 11100011 10000100 1110010 0 101010 110010 1011 1010 1000011 1000011

Color Harmonies of #E38472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38472

Black with #E38472

Text Example


Text Example

White with #E38472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38472; }

 p { color: rgb(227,132,114); }

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

background-color css

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

 a { background-color: rgb(227,132,114); }

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

border-color css

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

 span { border-color: rgb(227,132,114); }

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