Html Css Color HEX #E68A79 New York Pink

📋 copy color: '#E68A79'

red 230 ◦ green 138 ◦ blue 121

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

Shades of New York Pink #E68A79

Tints of New York Pink #E68A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.22%

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

R = 47.03%
G = 28.22%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E68A79 (or 0xE68A79) is known color: New York Pink. HEX triplet: E6, 8A and 79. RGB value is (230,138,121). Sum of RGB (Red+Green+Blue) = 230+138+121=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A79 is #197586. Grayscale: #A3A3A3. Windows color (decimal): -1668487 or 7965414. OLE color: 7965414.

HSL color Cylindrical-coordinate representation of color #E68A79: hue angle of 9.36º 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 #E68A79 is Cyan = 0, Magento = 0.4, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 138 121 -
CMYK 0 0.4 0.47 0.10
HSL 9.36º 0.69% 0.69% -
HSV(B) 9.36º 0.47% 0.9% -
XYZ 45.17 36.38 22.73 -
YUV 163.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 230 138 121 0 0.4 0.47 0.10 9.36 0.69 0.69
Hex E6 8A 79 0 28 2F A 9 45 45
Octal 346 212 171 0 50 57 12 11 105 105
Binary 11100110 10001010 1111001 0 101000 101111 1010 1001 1000101 1000101

Color Harmonies of #E68A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A79

Black with #E68A79

Text Example


Text Example

White with #E68A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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