Html Css Color HEX #E07F75 New York Pink

📋 copy color: '#E07F75'

red 224 ◦ green 127 ◦ blue 117

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

Shades of New York Pink #E07F75

Tints of New York Pink #E07F75

RGB

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

 GREEN value IS 127 (50% from 255) = 27.14%

 BLUE value IS 117 (46.09% from 255) = 25%

R = 47.86%
G = 27.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E07F75 (or 0xE07F75) is known color: New York Pink. HEX triplet: E0, 7F and 75. RGB value is (224,127,117). Sum of RGB (Red+Green+Blue) = 224+127+117=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F75 is #1F808A. Grayscale: #9B9B9B. Windows color (decimal): -2064523 or 7700448. OLE color: 7700448.

HSL color Cylindrical-coordinate representation of color #E07F75: hue angle of 5.61º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07F75 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 117 -
CMYK 0 0.43 0.48 0.12
HSL 5.61º 0.63% 0.67% -
HSV(B) 5.61º 0.48% 0.88% -
XYZ 41.54 32.31 20.88 -
YUV 154.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 224 127 117 0 0.43 0.48 0.12 5.61 0.63 0.67
Hex E0 7F 75 0 2B 30 C 6 3F 43
Octal 340 177 165 0 53 60 14 6 77 103
Binary 11100000 1111111 1110101 0 101011 110000 1100 110 111111 1000011

Color Harmonies of #E07F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F75

Black with #E07F75

Text Example


Text Example

White with #E07F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F75; }

 p { color: rgb(224,127,117); }

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

background-color css

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

 a { background-color: rgb(224,127,117); }

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

border-color css

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

 span { border-color: rgb(224,127,117); }

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