Html Css Color HEX #E07D6F New York Pink

📋 copy color: '#E07D6F'

red 224 ◦ green 125 ◦ blue 111

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

Shades of New York Pink #E07D6F

Tints of New York Pink #E07D6F

RGB

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

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

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

R = 48.7%
G = 27.17%
B = 24.13%

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

#E07D6F (or 0xE07D6F) is known color: New York Pink. HEX triplet: E0, 7D and 6F. RGB value is (224,125,111). Sum of RGB (Red+Green+Blue) = 224+125+111=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D6F is #1F8290. Grayscale: #999999. Windows color (decimal): -2065041 or 7306720. OLE color: 7306720.

HSL color Cylindrical-coordinate representation of color #E07D6F: hue angle of 7.43º 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 #E07D6F is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 125 111 -
CMYK 0 0.44 0.50 0.12
HSL 7.43º 0.65% 0.66% -
HSV(B) 7.43º 0.5% 0.88% -
XYZ 40.94 31.66 18.99 -
YUV 153.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 224 125 111 0 0.44 0.50 0.12 7.43 0.65 0.66
Hex E0 7D 6F 0 2C 32 C 7 41 42
Octal 340 175 157 0 54 62 14 7 101 102
Binary 11100000 1111101 1101111 0 101100 110010 1100 111 1000001 1000010

Color Harmonies of #E07D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D6F

Black with #E07D6F

Text Example


Text Example

White with #E07D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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