Html Css Color HEX #E68978 New York Pink

📋 copy color: '#E68978'

red 230 ◦ green 137 ◦ blue 120

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

Shades of New York Pink #E68978

Tints of New York Pink #E68978

RGB

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

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

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

R = 47.23%
G = 28.13%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E68978 (or 0xE68978) is known color: New York Pink. HEX triplet: E6, 89 and 78. RGB value is (230,137,120). Sum of RGB (Red+Green+Blue) = 230+137+120=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E68978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68978 is #197687. Grayscale: #A3A3A3. Windows color (decimal): -1668744 or 7899622. OLE color: 7899622.

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

Color convert

RGB 230 137 120 -
CMYK 0 0.40 0.48 0.10
HSL 9.27º 0.69% 0.69% -
HSV(B) 9.27º 0.48% 0.9% -
XYZ 44.97 36.07 22.36 -
YUV 162.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 230 137 120 0 0.40 0.48 0.10 9.27 0.69 0.69
Hex E6 89 78 0 28 30 A 9 45 45
Octal 346 211 170 0 50 60 12 11 105 105
Binary 11100110 10001001 1111000 0 101000 110000 1010 1001 1000101 1000101

Color Harmonies of #E68978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68978

Black with #E68978

Text Example


Text Example

White with #E68978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68978; }

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

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

background-color css

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

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

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

border-color css

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

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

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