Html Css Color HEX #E68979 New York Pink

📋 copy color: '#E68979'

red 230 ◦ green 137 ◦ blue 121

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

Shades of New York Pink #E68979

Tints of New York Pink #E68979

RGB

 RED value IS 230 (90.23% from 255) = 47.13%

 GREEN value IS 137 (53.91% from 255) = 28.07%

 BLUE value IS 121 (47.66% from 255) = 24.8%

R = 47.13%
G = 28.07%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E68979 (or 0xE68979) is known color: New York Pink. HEX triplet: E6, 89 and 79. RGB value is (230,137,121). Sum of RGB (Red+Green+Blue) = 230+137+121=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E68979 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68979 is #197686. Grayscale: #A3A3A3. Windows color (decimal): -1668743 or 7965158. OLE color: 7965158.

HSL color Cylindrical-coordinate representation of color #E68979: hue angle of 8.81º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E68979 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 137 121 -
CMYK 0 0.40 0.47 0.10
HSL 8.81º 0.69% 0.69% -
HSV(B) 8.81º 0.47% 0.9% -
XYZ 45.03 36.09 22.68 -
YUV 162.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 230 137 121 0 0.40 0.47 0.10 8.81 0.69 0.69
Hex E6 89 79 0 28 2F A 9 45 45
Octal 346 211 171 0 50 57 12 11 105 105
Binary 11100110 10001001 1111001 0 101000 101111 1010 1001 1000101 1000101

Color Harmonies of #E68979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68979

Black with #E68979

Text Example


Text Example

White with #E68979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68979; }

 p { color: rgb(230,137,121); }

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

background-color css

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

 a { background-color: rgb(230,137,121); }

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

border-color css

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

 span { border-color: rgb(230,137,121); }

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