Html Css Color HEX #E07E6A New York Pink

📋 copy color: '#E07E6A'

red 224 ◦ green 126 ◦ blue 106

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

Shades of New York Pink #E07E6A

Tints of New York Pink #E07E6A

RGB

 RED value IS 224 (87.89% from 255) = 49.12%

 GREEN value IS 126 (49.61% from 255) = 27.63%

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

R = 49.12%
G = 27.63%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E07E6A (or 0xE07E6A) is known color: New York Pink. HEX triplet: E0, 7E and 6A. RGB value is (224,126,106). Sum of RGB (Red+Green+Blue) = 224+126+106=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E6A is #1F8195. Grayscale: #999999. Windows color (decimal): -2064790 or 6979296. OLE color: 6979296.

HSL color Cylindrical-coordinate representation of color #E07E6A: hue angle of 10.17º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E07E6A is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 126 106 -
CMYK 0 0.44 0.53 0.12
HSL 10.17º 0.66% 0.65% -
HSV(B) 10.17º 0.53% 0.88% -
XYZ 40.8 31.81 17.62 -
YUV 153.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 224 126 106 0 0.44 0.53 0.12 10.17 0.66 0.65
Hex E0 7E 6A 0 2C 35 C A 42 41
Octal 340 176 152 0 54 65 14 12 102 101
Binary 11100000 1111110 1101010 0 101100 110101 1100 1010 1000010 1000001

Color Harmonies of #E07E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E6A

Black with #E07E6A

Text Example


Text Example

White with #E07E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E6A; }

 p { color: rgb(224,126,106); }

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

background-color css

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

 a { background-color: rgb(224,126,106); }

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

border-color css

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

 span { border-color: rgb(224,126,106); }

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