Html Css Color HEX #E07D70 New York Pink

📋 copy color: '#E07D70'

red 224 ◦ green 125 ◦ blue 112

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

Shades of New York Pink #E07D70

Tints of New York Pink #E07D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 48.59%
G = 27.11%
B = 24.3%

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

#E07D70 (or 0xE07D70) is known color: New York Pink. HEX triplet: E0, 7D and 70. RGB value is (224,125,112). Sum of RGB (Red+Green+Blue) = 224+125+112=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D70 is #1F828F. Grayscale: #999999. Windows color (decimal): -2065040 or 7372256. OLE color: 7372256.

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

Color convert

RGB 224 125 112 -
CMYK 0 0.44 0.50 0.12
HSL 6.96º 0.64% 0.66% -
HSV(B) 6.96º 0.5% 0.88% -
XYZ 41 31.68 19.28 -
YUV 153.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 224 125 112 0 0.44 0.50 0.12 6.96 0.64 0.66
Hex E0 7D 70 0 2C 32 C 7 40 42
Octal 340 175 160 0 54 62 14 7 100 102
Binary 11100000 1111101 1110000 0 101100 110010 1100 111 1000000 1000010

Color Harmonies of #E07D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D70

Black with #E07D70

Text Example


Text Example

White with #E07D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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