Html Css Color HEX #E68472 New York Pink

📋 copy color: '#E68472'

red 230 ◦ green 132 ◦ blue 114

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

Shades of New York Pink #E68472

Tints of New York Pink #E68472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.73%

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

R = 48.32%
G = 27.73%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E68472 (or 0xE68472) is known color: New York Pink. HEX triplet: E6, 84 and 72. RGB value is (230,132,114). Sum of RGB (Red+Green+Blue) = 230+132+114=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E68472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68472 is #197B8D. Grayscale: #9F9F9F. Windows color (decimal): -1670030 or 7505126. OLE color: 7505126.

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

Color convert

RGB 230 132 114 -
CMYK 0 0.43 0.50 0.10
HSL 9.31º 0.7% 0.67% -
HSV(B) 9.31º 0.5% 0.9% -
XYZ 43.92 34.54 20.27 -
YUV 159.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 230 132 114 0 0.43 0.50 0.10 9.31 0.7 0.67
Hex E6 84 72 0 2B 32 A 9 46 43
Octal 346 204 162 0 53 62 12 11 106 103
Binary 11100110 10000100 1110010 0 101011 110010 1010 1001 1000110 1000011

Color Harmonies of #E68472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68472

Black with #E68472

Text Example


Text Example

White with #E68472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68472; }

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

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

background-color css

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

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

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

border-color css

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

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

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