Html Css Color HEX #E07E72 New York Pink

📋 copy color: '#E07E72'

red 224 ◦ green 126 ◦ blue 114

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

Shades of New York Pink #E07E72

Tints of New York Pink #E07E72

RGB

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

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

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

R = 48.28%
G = 27.16%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E07E72 (or 0xE07E72) is known color: New York Pink. HEX triplet: E0, 7E and 72. RGB value is (224,126,114). Sum of RGB (Red+Green+Blue) = 224+126+114=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E72 is #1F818D. Grayscale: #9A9A9A. Windows color (decimal): -2064782 or 7503584. OLE color: 7503584.

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

Color convert

RGB 224 126 114 -
CMYK 0 0.44 0.49 0.12
HSL 6.55º 0.64% 0.66% -
HSV(B) 6.55º 0.49% 0.88% -
XYZ 41.24 31.98 19.92 -
YUV 153.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 224 126 114 0 0.44 0.49 0.12 6.55 0.64 0.66
Hex E0 7E 72 0 2C 31 C 7 40 42
Octal 340 176 162 0 54 61 14 7 100 102
Binary 11100000 1111110 1110010 0 101100 110001 1100 111 1000000 1000010

Color Harmonies of #E07E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E72

Black with #E07E72

Text Example


Text Example

White with #E07E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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