Html Css Color HEX #E68B77 New York Pink

📋 copy color: '#E68B77'

red 230 ◦ green 139 ◦ blue 119

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

Shades of New York Pink #E68B77

Tints of New York Pink #E68B77

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.48%

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

R = 47.13%
G = 28.48%
B = 24.39%

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

#E68B77 (or 0xE68B77) is known color: New York Pink. HEX triplet: E6, 8B and 77. RGB value is (230,139,119). Sum of RGB (Red+Green+Blue) = 230+139+119=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B77 is #197488. Grayscale: #A4A4A4. Windows color (decimal): -1668233 or 7834598. OLE color: 7834598.

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

Color convert

RGB 230 139 119 -
CMYK 0 0.40 0.48 0.10
HSL 10.81º 0.69% 0.68% -
HSV(B) 10.81º 0.48% 0.9% -
XYZ 45.2 36.62 22.14 -
YUV 163.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 230 139 119 0 0.40 0.48 0.10 10.81 0.69 0.68
Hex E6 8B 77 0 28 30 A B 45 44
Octal 346 213 167 0 50 60 12 13 105 104
Binary 11100110 10001011 1110111 0 101000 110000 1010 1011 1000101 1000100

Color Harmonies of #E68B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68B77

Black with #E68B77

Text Example


Text Example

White with #E68B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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