Html Css Color HEX #E68067 New York Pink

📋 copy color: '#E68067'

red 230 ◦ green 128 ◦ blue 103

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

Shades of New York Pink #E68067

Tints of New York Pink #E68067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.77%

 BLUE value IS 103 (40.63% from 255) = 22.34%

R = 49.89%
G = 27.77%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E68067 (or 0xE68067) is known color: New York Pink. HEX triplet: E6, 80 and 67. RGB value is (230,128,103). Sum of RGB (Red+Green+Blue) = 230+128+103=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E68067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68067 is #197F98. Grayscale: #9B9B9B. Windows color (decimal): -1671065 or 6783206. OLE color: 6783206.

HSL color Cylindrical-coordinate representation of color #E68067: hue angle of 11.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E68067 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 103 -
CMYK 0 0.44 0.55 0.10
HSL 11.81º 0.72% 0.65% -
HSV(B) 11.81º 0.55% 0.9% -
XYZ 42.8 33.24 16.99 -
YUV 155.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 230 128 103 0 0.44 0.55 0.10 11.81 0.72 0.65
Hex E6 80 67 0 2C 37 A C 48 41
Octal 346 200 147 0 54 67 12 14 110 101
Binary 11100110 10000000 1100111 0 101100 110111 1010 1100 1001000 1000001

Color Harmonies of #E68067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68067

Black with #E68067

Text Example


Text Example

White with #E68067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68067; }

 p { color: rgb(230,128,103); }

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

background-color css

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

 a { background-color: rgb(230,128,103); }

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

border-color css

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

 span { border-color: rgb(230,128,103); }

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