Html Css Color HEX #E68477 New York Pink

📋 copy color: '#E68477'

red 230 ◦ green 132 ◦ blue 119

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

Shades of New York Pink #E68477

Tints of New York Pink #E68477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.44%

 BLUE value IS 119 (46.88% from 255) = 24.74%

R = 47.82%
G = 27.44%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E68477 (or 0xE68477) is known color: New York Pink. HEX triplet: E6, 84 and 77. RGB value is (230,132,119). Sum of RGB (Red+Green+Blue) = 230+132+119=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E68477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68477 is #197B88. Grayscale: #9F9F9F. Windows color (decimal): -1670025 or 7832806. OLE color: 7832806.

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

Color convert

RGB 230 132 119 -
CMYK 0 0.43 0.48 0.10
HSL 7.03º 0.69% 0.68% -
HSV(B) 7.03º 0.48% 0.9% -
XYZ 44.21 34.66 21.81 -
YUV 159.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 230 132 119 0 0.43 0.48 0.10 7.03 0.69 0.68
Hex E6 84 77 0 2B 30 A 7 45 44
Octal 346 204 167 0 53 60 12 7 105 104
Binary 11100110 10000100 1110111 0 101011 110000 1010 111 1000101 1000100

Color Harmonies of #E68477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68477

Black with #E68477

Text Example


Text Example

White with #E68477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68477; }

 p { color: rgb(230,132,119); }

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

background-color css

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

 a { background-color: rgb(230,132,119); }

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

border-color css

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

 span { border-color: rgb(230,132,119); }

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