Html Css Color HEX #E68575 New York Pink

📋 copy color: '#E68575'

red 230 ◦ green 133 ◦ blue 117

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

Shades of New York Pink #E68575

Tints of New York Pink #E68575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.38%

R = 47.92%
G = 27.71%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E68575 (or 0xE68575) is known color: New York Pink. HEX triplet: E6, 85 and 75. RGB value is (230,133,117). Sum of RGB (Red+Green+Blue) = 230+133+117=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E68575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68575 is #197A8A. Grayscale: #A0A0A0. Windows color (decimal): -1669771 or 7701990. OLE color: 7701990.

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

Color convert

RGB 230 133 117 -
CMYK 0 0.42 0.49 0.10
HSL 8.5º 0.69% 0.68% -
HSV(B) 8.5º 0.49% 0.9% -
XYZ 44.23 34.88 21.23 -
YUV 160.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 230 133 117 0 0.42 0.49 0.10 8.5 0.69 0.68
Hex E6 85 75 0 2A 31 A 8 45 44
Octal 346 205 165 0 52 61 12 10 105 104
Binary 11100110 10000101 1110101 0 101010 110001 1010 1000 1000101 1000100

Color Harmonies of #E68575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68575

Black with #E68575

Text Example


Text Example

White with #E68575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68575; }

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

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

background-color css

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

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

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

border-color css

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

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

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