Html Css Color HEX #E07A6A New York Pink

📋 copy color: '#E07A6A'

red 224 ◦ green 122 ◦ blue 106

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

Shades of New York Pink #E07A6A

Tints of New York Pink #E07A6A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.99%

 BLUE value IS 106 (41.8% from 255) = 23.45%

R = 49.56%
G = 26.99%
B = 23.45%

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

#E07A6A (or 0xE07A6A) is known color: New York Pink. HEX triplet: E0, 7A and 6A. RGB value is (224,122,106). Sum of RGB (Red+Green+Blue) = 224+122+106=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A6A is #1F8595. Grayscale: #969696. Windows color (decimal): -2065814 or 6978272. OLE color: 6978272.

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

Color convert

RGB 224 122 106 -
CMYK 0 0.46 0.53 0.12
HSL 8.14º 0.66% 0.65% -
HSV(B) 8.14º 0.53% 0.88% -
XYZ 40.3 30.81 17.46 -
YUV 150.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 224 122 106 0 0.46 0.53 0.12 8.14 0.66 0.65
Hex E0 7A 6A 0 2E 35 C 8 42 41
Octal 340 172 152 0 56 65 14 10 102 101
Binary 11100000 1111010 1101010 0 101110 110101 1100 1000 1000010 1000001

Color Harmonies of #E07A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A6A

Black with #E07A6A

Text Example


Text Example

White with #E07A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A6A; }

 p { color: rgb(224,122,106); }

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

background-color css

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

 a { background-color: rgb(224,122,106); }

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

border-color css

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

 span { border-color: rgb(224,122,106); }

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