Html Css Color HEX #E68A75 New York Pink

📋 copy color: '#E68A75'

red 230 ◦ green 138 ◦ blue 117

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

Shades of New York Pink #E68A75

Tints of New York Pink #E68A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.45%

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

R = 47.42%
G = 28.45%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E68A75 (or 0xE68A75) is known color: New York Pink. HEX triplet: E6, 8A and 75. RGB value is (230,138,117). Sum of RGB (Red+Green+Blue) = 230+138+117=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A75 is #19758A. Grayscale: #A3A3A3. Windows color (decimal): -1668491 or 7703270. OLE color: 7703270.

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

Color convert

RGB 230 138 117 -
CMYK 0 0.4 0.49 0.10
HSL 11.15º 0.69% 0.68% -
HSV(B) 11.15º 0.49% 0.9% -
XYZ 44.93 36.28 21.46 -
YUV 163.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 230 138 117 0 0.4 0.49 0.10 11.15 0.69 0.68
Hex E6 8A 75 0 28 31 A B 45 44
Octal 346 212 165 0 50 61 12 13 105 104
Binary 11100110 10001010 1110101 0 101000 110001 1010 1011 1000101 1000100

Color Harmonies of #E68A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A75

Black with #E68A75

Text Example


Text Example

White with #E68A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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