Html Css Color HEX #E68972 New York Pink

📋 copy color: '#E68972'

red 230 ◦ green 137 ◦ blue 114

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

Shades of New York Pink #E68972

Tints of New York Pink #E68972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 47.82%
G = 28.48%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E68972 (or 0xE68972) is known color: New York Pink. HEX triplet: E6, 89 and 72. RGB value is (230,137,114). Sum of RGB (Red+Green+Blue) = 230+137+114=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E68972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68972 is #19768D. Grayscale: #A2A2A2. Windows color (decimal): -1668750 or 7506406. OLE color: 7506406.

HSL color Cylindrical-coordinate representation of color #E68972: hue angle of 11.9º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E68972 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 137 114 -
CMYK 0 0.40 0.50 0.10
HSL 11.9º 0.7% 0.67% -
HSV(B) 11.9º 0.5% 0.9% -
XYZ 44.62 35.93 20.5 -
YUV 162.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 230 137 114 0 0.40 0.50 0.10 11.9 0.7 0.67
Hex E6 89 72 0 28 32 A C 46 43
Octal 346 211 162 0 50 62 12 14 106 103
Binary 11100110 10001001 1110010 0 101000 110010 1010 1100 1000110 1000011

Color Harmonies of #E68972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68972

Black with #E68972

Text Example


Text Example

White with #E68972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68972; }

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

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

background-color css

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

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

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

border-color css

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

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

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