Html Css Color HEX #E07D6E New York Pink

📋 copy color: '#E07D6E'

red 224 ◦ green 125 ◦ blue 110

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

Shades of New York Pink #E07D6E

Tints of New York Pink #E07D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.97%

R = 48.8%
G = 27.23%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E07D6E (or 0xE07D6E) is known color: New York Pink. HEX triplet: E0, 7D and 6E. RGB value is (224,125,110). Sum of RGB (Red+Green+Blue) = 224+125+110=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D6E is #1F8291. Grayscale: #999999. Windows color (decimal): -2065042 or 7241184. OLE color: 7241184.

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

Color convert

RGB 224 125 110 -
CMYK 0 0.44 0.51 0.12
HSL 7.89º 0.65% 0.65% -
HSV(B) 7.89º 0.51% 0.88% -
XYZ 40.89 31.64 18.7 -
YUV 152.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 224 125 110 0 0.44 0.51 0.12 7.89 0.65 0.65
Hex E0 7D 6E 0 2C 33 C 8 41 41
Octal 340 175 156 0 54 63 14 10 101 101
Binary 11100000 1111101 1101110 0 101100 110011 1100 1000 1000001 1000001

Color Harmonies of #E07D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D6E

Black with #E07D6E

Text Example


Text Example

White with #E07D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D6E; }

 p { color: rgb(224,125,110); }

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

background-color css

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

 a { background-color: rgb(224,125,110); }

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

border-color css

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

 span { border-color: rgb(224,125,110); }

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