Html Css Color HEX #E07C68 New York Pink

📋 copy color: '#E07C68'

red 224 ◦ green 124 ◦ blue 104

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

Shades of New York Pink #E07C68

Tints of New York Pink #E07C68

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.43%

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 49.56%
G = 27.43%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E07C68 (or 0xE07C68) is known color: New York Pink. HEX triplet: E0, 7C and 68. RGB value is (224,124,104). Sum of RGB (Red+Green+Blue) = 224+124+104=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C68 is #1F8397. Grayscale: #979797. Windows color (decimal): -2065304 or 6847712. OLE color: 6847712.

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

Color convert

RGB 224 124 104 -
CMYK 0 0.45 0.54 0.12
HSL 10º 0.66% 0.64% -
HSV(B) 10º 0.54% 0.88% -
XYZ 40.45 31.26 17 -
YUV 151.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 224 124 104 0 0.45 0.54 0.12 10 0.66 0.64
Hex E0 7C 68 0 2D 36 C A 42 40
Octal 340 174 150 0 55 66 14 12 102 100
Binary 11100000 1111100 1101000 0 101101 110110 1100 1010 1000010 1000000

Color Harmonies of #E07C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C68

Black with #E07C68

Text Example


Text Example

White with #E07C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C68; }

 p { color: rgb(224,124,104); }

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

background-color css

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

 a { background-color: rgb(224,124,104); }

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

border-color css

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

 span { border-color: rgb(224,124,104); }

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