Html Css Color HEX #E37D6A New York Pink

📋 copy color: '#E37D6A'

red 227 ◦ green 125 ◦ blue 106

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

Shades of New York Pink #E37D6A

Tints of New York Pink #E37D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.29%

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 49.56%
G = 27.29%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E37D6A (or 0xE37D6A) is known color: New York Pink. HEX triplet: E3, 7D and 6A. RGB value is (227,125,106). Sum of RGB (Red+Green+Blue) = 227+125+106=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D6A is #1C8295. Grayscale: #999999. Windows color (decimal): -1868438 or 6979043. OLE color: 6979043.

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

Color convert

RGB 227 125 106 -
CMYK 0 0.45 0.53 0.11
HSL 9.42º 0.68% 0.65% -
HSV(B) 9.42º 0.53% 0.89% -
XYZ 41.61 32.04 17.63 -
YUV 153.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 227 125 106 0 0.45 0.53 0.11 9.42 0.68 0.65
Hex E3 7D 6A 0 2D 35 B 9 44 41
Octal 343 175 152 0 55 65 13 11 104 101
Binary 11100011 1111101 1101010 0 101101 110101 1011 1001 1000100 1000001

Color Harmonies of #E37D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37D6A

Black with #E37D6A

Text Example


Text Example

White with #E37D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37D6A; }

 p { color: rgb(227,125,106); }

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

background-color css

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

 a { background-color: rgb(227,125,106); }

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

border-color css

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

 span { border-color: rgb(227,125,106); }

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