Html Css Color HEX #E07969 New York Pink

📋 copy color: '#E07969'

red 224 ◦ green 121 ◦ blue 105

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

Shades of New York Pink #E07969

Tints of New York Pink #E07969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.89%

 BLUE value IS 105 (41.41% from 255) = 23.33%

R = 49.78%
G = 26.89%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E07969 (or 0xE07969) is known color: New York Pink. HEX triplet: E0, 79 and 69. RGB value is (224,121,105). Sum of RGB (Red+Green+Blue) = 224+121+105=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E07969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07969 is #1F8696. Grayscale: #969696. Windows color (decimal): -2066071 or 6912480. OLE color: 6912480.

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

Color convert

RGB 224 121 105 -
CMYK 0 0.46 0.53 0.12
HSL 8.07º 0.66% 0.65% -
HSV(B) 8.07º 0.53% 0.88% -
XYZ 40.13 30.54 17.14 -
YUV 149.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 224 121 105 0 0.46 0.53 0.12 8.07 0.66 0.65
Hex E0 79 69 0 2E 35 C 8 42 41
Octal 340 171 151 0 56 65 14 10 102 101
Binary 11100000 1111001 1101001 0 101110 110101 1100 1000 1000010 1000001

Color Harmonies of #E07969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07969

Black with #E07969

Text Example


Text Example

White with #E07969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07969; }

 p { color: rgb(224,121,105); }

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

background-color css

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

 a { background-color: rgb(224,121,105); }

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

border-color css

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

 span { border-color: rgb(224,121,105); }

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