Html Css Color HEX #E68474 New York Pink

📋 copy color: '#E68474'

red 230 ◦ green 132 ◦ blue 116

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

Shades of New York Pink #E68474

Tints of New York Pink #E68474

RGB

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

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

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

R = 48.12%
G = 27.62%
B = 24.27%

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

#E68474 (or 0xE68474) is known color: New York Pink. HEX triplet: E6, 84 and 74. RGB value is (230,132,116). Sum of RGB (Red+Green+Blue) = 230+132+116=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E68474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68474 is #197B8B. Grayscale: #9F9F9F. Windows color (decimal): -1670028 or 7636198. OLE color: 7636198.

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

Color convert

RGB 230 132 116 -
CMYK 0 0.43 0.50 0.10
HSL 8.42º 0.7% 0.68% -
HSV(B) 8.42º 0.5% 0.9% -
XYZ 44.04 34.59 20.88 -
YUV 159.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 230 132 116 0 0.43 0.50 0.10 8.42 0.7 0.68
Hex E6 84 74 0 2B 32 A 8 46 44
Octal 346 204 164 0 53 62 12 10 106 104
Binary 11100110 10000100 1110100 0 101011 110010 1010 1000 1000110 1000100

Color Harmonies of #E68474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68474

Black with #E68474

Text Example


Text Example

White with #E68474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68474; }

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

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

background-color css

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

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

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

border-color css

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

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

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