Html Css Color HEX #E68A76 New York Pink

📋 copy color: '#E68A76'

red 230 ◦ green 138 ◦ blue 118

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

Shades of New York Pink #E68A76

Tints of New York Pink #E68A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 47.33%
G = 28.4%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E68A76 (or 0xE68A76) is known color: New York Pink. HEX triplet: E6, 8A and 76. RGB value is (230,138,118). Sum of RGB (Red+Green+Blue) = 230+138+118=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A76 is #197589. Grayscale: #A3A3A3. Windows color (decimal): -1668490 or 7768806. OLE color: 7768806.

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

Color convert

RGB 230 138 118 -
CMYK 0 0.4 0.49 0.10
HSL 10.71º 0.69% 0.68% -
HSV(B) 10.71º 0.49% 0.9% -
XYZ 44.99 36.31 21.78 -
YUV 163.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 230 138 118 0 0.4 0.49 0.10 10.71 0.69 0.68
Hex E6 8A 76 0 28 31 A B 45 44
Octal 346 212 166 0 50 61 12 13 105 104
Binary 11100110 10001010 1110110 0 101000 110001 1010 1011 1000101 1000100

Color Harmonies of #E68A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A76

Black with #E68A76

Text Example


Text Example

White with #E68A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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