Html Css Color HEX #E68478 New York Pink

📋 copy color: '#E68478'

red 230 ◦ green 132 ◦ blue 120

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

Shades of New York Pink #E68478

Tints of New York Pink #E68478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 47.72%
G = 27.39%
B = 24.9%

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

#E68478 (or 0xE68478) is known color: New York Pink. HEX triplet: E6, 84 and 78. RGB value is (230,132,120). Sum of RGB (Red+Green+Blue) = 230+132+120=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E68478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68478 is #197B87. Grayscale: #A0A0A0. Windows color (decimal): -1670024 or 7898342. OLE color: 7898342.

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

Color convert

RGB 230 132 120 -
CMYK 0 0.43 0.48 0.10
HSL 6.55º 0.69% 0.69% -
HSV(B) 6.55º 0.48% 0.9% -
XYZ 44.27 34.68 22.13 -
YUV 159.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 230 132 120 0 0.43 0.48 0.10 6.55 0.69 0.69
Hex E6 84 78 0 2B 30 A 7 45 45
Octal 346 204 170 0 53 60 12 7 105 105
Binary 11100110 10000100 1111000 0 101011 110000 1010 111 1000101 1000101

Color Harmonies of #E68478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68478

Black with #E68478

Text Example


Text Example

White with #E68478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68478; }

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

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

background-color css

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

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

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

border-color css

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

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

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