Html Css Color HEX #E68572 New York Pink

📋 copy color: '#E68572'

red 230 ◦ green 133 ◦ blue 114

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

Shades of New York Pink #E68572

Tints of New York Pink #E68572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.88%

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

R = 48.22%
G = 27.88%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E68572 (or 0xE68572) is known color: New York Pink. HEX triplet: E6, 85 and 72. RGB value is (230,133,114). Sum of RGB (Red+Green+Blue) = 230+133+114=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E68572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68572 is #197A8D. Grayscale: #A0A0A0. Windows color (decimal): -1669774 or 7505382. OLE color: 7505382.

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

Color convert

RGB 230 133 114 -
CMYK 0 0.42 0.50 0.10
HSL 9.83º 0.7% 0.67% -
HSV(B) 9.83º 0.5% 0.9% -
XYZ 44.06 34.81 20.32 -
YUV 159.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 230 133 114 0 0.42 0.50 0.10 9.83 0.7 0.67
Hex E6 85 72 0 2A 32 A A 46 43
Octal 346 205 162 0 52 62 12 12 106 103
Binary 11100110 10000101 1110010 0 101010 110010 1010 1010 1000110 1000011

Color Harmonies of #E68572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68572

Black with #E68572

Text Example


Text Example

White with #E68572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68572; }

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

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

background-color css

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

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

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

border-color css

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

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

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