Html Css Color HEX #E18375 New York Pink

📋 copy color: '#E18375'

red 225 ◦ green 131 ◦ blue 117

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

Shades of New York Pink #E18375

Tints of New York Pink #E18375

RGB

 RED value IS 225 (88.28% from 255) = 47.57%

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

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

R = 47.57%
G = 27.7%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E18375 (or 0xE18375) is known color: New York Pink. HEX triplet: E1, 83 and 75. RGB value is (225,131,117). Sum of RGB (Red+Green+Blue) = 225+131+117=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E18375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18375 is #1E7C8A. Grayscale: #9D9D9D. Windows color (decimal): -1997963 or 7701473. OLE color: 7701473.

HSL color Cylindrical-coordinate representation of color #E18375: hue angle of 7.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E18375 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 131 117 -
CMYK 0 0.42 0.48 0.12
HSL 7.78º 0.64% 0.67% -
HSV(B) 7.78º 0.48% 0.88% -
XYZ 42.38 33.52 21.07 -
YUV 157.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 225 131 117 0 0.42 0.48 0.12 7.78 0.64 0.67
Hex E1 83 75 0 2A 30 C 8 40 43
Octal 341 203 165 0 52 60 14 10 100 103
Binary 11100001 10000011 1110101 0 101010 110000 1100 1000 1000000 1000011

Color Harmonies of #E18375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18375

Black with #E18375

Text Example


Text Example

White with #E18375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18375; }

 p { color: rgb(225,131,117); }

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

background-color css

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

 a { background-color: rgb(225,131,117); }

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

border-color css

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

 span { border-color: rgb(225,131,117); }

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