Html Css Color HEX #E07D68 New York Pink

📋 copy color: '#E07D68'

red 224 ◦ green 125 ◦ blue 104

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

Shades of New York Pink #E07D68

Tints of New York Pink #E07D68

RGB

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

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

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

R = 49.45%
G = 27.59%
B = 22.96%

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

#E07D68 (or 0xE07D68) is known color: New York Pink. HEX triplet: E0, 7D and 68. RGB value is (224,125,104). Sum of RGB (Red+Green+Blue) = 224+125+104=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D68 is #1F8297. Grayscale: #989898. Windows color (decimal): -2065048 or 6847968. OLE color: 6847968.

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

Color convert

RGB 224 125 104 -
CMYK 0 0.44 0.54 0.12
HSL 10.5º 0.66% 0.64% -
HSV(B) 10.5º 0.54% 0.88% -
XYZ 40.57 31.51 17.04 -
YUV 152.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 224 125 104 0 0.44 0.54 0.12 10.5 0.66 0.64
Hex E0 7D 68 0 2C 36 C A 42 40
Octal 340 175 150 0 54 66 14 12 102 100
Binary 11100000 1111101 1101000 0 101100 110110 1100 1010 1000010 1000000

Color Harmonies of #E07D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D68

Black with #E07D68

Text Example


Text Example

White with #E07D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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