Html Css Color HEX #E68373 New York Pink

📋 copy color: '#E68373'

red 230 ◦ green 131 ◦ blue 115

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

Shades of New York Pink #E68373

Tints of New York Pink #E68373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

 BLUE value IS 115 (45.31% from 255) = 24.16%

R = 48.32%
G = 27.52%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E68373 (or 0xE68373) is known color: New York Pink. HEX triplet: E6, 83 and 73. RGB value is (230,131,115). Sum of RGB (Red+Green+Blue) = 230+131+115=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E68373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68373 is #197C8C. Grayscale: #9E9E9E. Windows color (decimal): -1670285 or 7570406. OLE color: 7570406.

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

Color convert

RGB 230 131 115 -
CMYK 0 0.43 0.5 0.10
HSL 8.35º 0.7% 0.68% -
HSV(B) 8.35º 0.5% 0.9% -
XYZ 43.84 34.29 20.53 -
YUV 158.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 230 131 115 0 0.43 0.5 0.10 8.35 0.7 0.68
Hex E6 83 73 0 2B 32 A 8 46 44
Octal 346 203 163 0 53 62 12 10 106 104
Binary 11100110 10000011 1110011 0 101011 110010 1010 1000 1000110 1000100

Color Harmonies of #E68373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68373

Black with #E68373

Text Example


Text Example

White with #E68373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68373; }

 p { color: rgb(230,131,115); }

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

background-color css

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

 a { background-color: rgb(230,131,115); }

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

border-color css

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

 span { border-color: rgb(230,131,115); }

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