Html Css Color HEX #E07E6F New York Pink

📋 copy color: '#E07E6F'

red 224 ◦ green 126 ◦ blue 111

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

Shades of New York Pink #E07E6F

Tints of New York Pink #E07E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 48.59%
G = 27.33%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E07E6F (or 0xE07E6F) is known color: New York Pink. HEX triplet: E0, 7E and 6F. RGB value is (224,126,111). Sum of RGB (Red+Green+Blue) = 224+126+111=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E6F is #1F8190. Grayscale: #999999. Windows color (decimal): -2064785 or 7306976. OLE color: 7306976.

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

Color convert

RGB 224 126 111 -
CMYK 0 0.44 0.50 0.12
HSL 7.96º 0.65% 0.66% -
HSV(B) 7.96º 0.5% 0.88% -
XYZ 41.07 31.92 19.03 -
YUV 153.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 224 126 111 0 0.44 0.50 0.12 7.96 0.65 0.66
Hex E0 7E 6F 0 2C 32 C 8 41 42
Octal 340 176 157 0 54 62 14 10 101 102
Binary 11100000 1111110 1101111 0 101100 110010 1100 1000 1000001 1000010

Color Harmonies of #E07E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E6F

Black with #E07E6F

Text Example


Text Example

White with #E07E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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