Html Css Color HEX #E68678 New York Pink

📋 copy color: '#E68678'

red 230 ◦ green 134 ◦ blue 120

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

Shades of New York Pink #E68678

Tints of New York Pink #E68678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.69%

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

R = 47.52%
G = 27.69%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E68678 (or 0xE68678) is known color: New York Pink. HEX triplet: E6, 86 and 78. RGB value is (230,134,120). Sum of RGB (Red+Green+Blue) = 230+134+120=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E68678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68678 is #197987. Grayscale: #A1A1A1. Windows color (decimal): -1669512 or 7898854. OLE color: 7898854.

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

Color convert

RGB 230 134 120 -
CMYK 0 0.42 0.48 0.10
HSL 7.64º 0.69% 0.69% -
HSV(B) 7.64º 0.48% 0.9% -
XYZ 44.55 35.23 22.22 -
YUV 161.11 104.8 177.14 -
System Red Green Blue C M Y K H S L
Decimal 230 134 120 0 0.42 0.48 0.10 7.64 0.69 0.69
Hex E6 86 78 0 2A 30 A 8 45 45
Octal 346 206 170 0 52 60 12 10 105 105
Binary 11100110 10000110 1111000 0 101010 110000 1010 1000 1000101 1000101

Color Harmonies of #E68678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68678

Black with #E68678

Text Example


Text Example

White with #E68678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68678; }

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

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

background-color css

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

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

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

border-color css

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

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

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