Html Css Color HEX #E07D67 New York Pink

📋 copy color: '#E07D67'

red 224 ◦ green 125 ◦ blue 103

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

Shades of New York Pink #E07D67

Tints of New York Pink #E07D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.79%

R = 49.56%
G = 27.65%
B = 22.79%

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

#E07D67 (or 0xE07D67) is known color: New York Pink. HEX triplet: E0, 7D and 67. RGB value is (224,125,103). Sum of RGB (Red+Green+Blue) = 224+125+103=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D67 is #1F8298. Grayscale: #989898. Windows color (decimal): -2065049 or 6782432. OLE color: 6782432.

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

Color convert

RGB 224 125 103 -
CMYK 0 0.44 0.54 0.12
HSL 10.91º 0.66% 0.64% -
HSV(B) 10.91º 0.54% 0.88% -
XYZ 40.52 31.49 16.78 -
YUV 152.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 224 125 103 0 0.44 0.54 0.12 10.91 0.66 0.64
Hex E0 7D 67 0 2C 36 C B 42 40
Octal 340 175 147 0 54 66 14 13 102 100
Binary 11100000 1111101 1100111 0 101100 110110 1100 1011 1000010 1000000

Color Harmonies of #E07D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D67

Black with #E07D67

Text Example


Text Example

White with #E07D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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