Html Css Color HEX #E38475 New York Pink

📋 copy color: '#E38475'

red 227 ◦ green 132 ◦ blue 117

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

Shades of New York Pink #E38475

Tints of New York Pink #E38475

RGB

 RED value IS 227 (89.06% from 255) = 47.69%

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

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

R = 47.69%
G = 27.73%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E38475 (or 0xE38475) is known color: New York Pink. HEX triplet: E3, 84 and 75. RGB value is (227,132,117). Sum of RGB (Red+Green+Blue) = 227+132+117=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E38475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38475 is #1C7B8A. Grayscale: #9E9E9E. Windows color (decimal): -1866635 or 7701731. OLE color: 7701731.

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

Color convert

RGB 227 132 117 -
CMYK 0 0.42 0.48 0.11
HSL 8.18º 0.66% 0.67% -
HSV(B) 8.18º 0.48% 0.89% -
XYZ 43.14 34.12 21.14 -
YUV 158.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 227 132 117 0 0.42 0.48 0.11 8.18 0.66 0.67
Hex E3 84 75 0 2A 30 B 8 42 43
Octal 343 204 165 0 52 60 13 10 102 103
Binary 11100011 10000100 1110101 0 101010 110000 1011 1000 1000010 1000011

Color Harmonies of #E38475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38475

Black with #E38475

Text Example


Text Example

White with #E38475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38475; }

 p { color: rgb(227,132,117); }

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

background-color css

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

 a { background-color: rgb(227,132,117); }

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

border-color css

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

 span { border-color: rgb(227,132,117); }

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