Html Css Color HEX #E68A74 New York Pink

📋 copy color: '#E68A74'

red 230 ◦ green 138 ◦ blue 116

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

Shades of New York Pink #E68A74

Tints of New York Pink #E68A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 47.52%
G = 28.51%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E68A74 (or 0xE68A74) is known color: New York Pink. HEX triplet: E6, 8A and 74. RGB value is (230,138,116). Sum of RGB (Red+Green+Blue) = 230+138+116=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A74 is #19758B. Grayscale: #A3A3A3. Windows color (decimal): -1668492 or 7637734. OLE color: 7637734.

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

Color convert

RGB 230 138 116 -
CMYK 0 0.4 0.50 0.10
HSL 11.58º 0.7% 0.68% -
HSV(B) 11.58º 0.5% 0.9% -
XYZ 44.87 36.26 21.16 -
YUV 163 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 230 138 116 0 0.4 0.50 0.10 11.58 0.7 0.68
Hex E6 8A 74 0 28 32 A C 46 44
Octal 346 212 164 0 50 62 12 14 106 104
Binary 11100110 10001010 1110100 0 101000 110010 1010 1100 1000110 1000100

Color Harmonies of #E68A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A74

Black with #E68A74

Text Example


Text Example

White with #E68A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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