Html Css Color HEX #E07E66 New York Pink

📋 copy color: '#E07E66'

red 224 ◦ green 126 ◦ blue 102

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

Shades of New York Pink #E07E66

Tints of New York Pink #E07E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.57%

R = 49.56%
G = 27.88%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E07E66 (or 0xE07E66) is known color: New York Pink. HEX triplet: E0, 7E and 66. RGB value is (224,126,102). Sum of RGB (Red+Green+Blue) = 224+126+102=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E66 is #1F8199. Grayscale: #989898. Windows color (decimal): -2064794 or 6717152. OLE color: 6717152.

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

Color convert

RGB 224 126 102 -
CMYK 0 0.44 0.54 0.12
HSL 11.8º 0.66% 0.64% -
HSV(B) 11.8º 0.54% 0.88% -
XYZ 40.6 31.73 16.55 -
YUV 152.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 224 126 102 0 0.44 0.54 0.12 11.8 0.66 0.64
Hex E0 7E 66 0 2C 36 C C 42 40
Octal 340 176 146 0 54 66 14 14 102 100
Binary 11100000 1111110 1100110 0 101100 110110 1100 1100 1000010 1000000

Color Harmonies of #E07E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E66

Black with #E07E66

Text Example


Text Example

White with #E07E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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