Html Css Color HEX #E38069 New York Pink

📋 copy color: '#E38069'

red 227 ◦ green 128 ◦ blue 105

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

Shades of New York Pink #E38069

Tints of New York Pink #E38069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.83%

 BLUE value IS 105 (41.41% from 255) = 22.83%

R = 49.35%
G = 27.83%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E38069 (or 0xE38069) is known color: New York Pink. HEX triplet: E3, 80 and 69. RGB value is (227,128,105). Sum of RGB (Red+Green+Blue) = 227+128+105=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E38069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38069 is #1C7F96. Grayscale: #9B9B9B. Windows color (decimal): -1867671 or 6914275. OLE color: 6914275.

HSL color Cylindrical-coordinate representation of color #E38069: hue angle of 11.31º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E38069 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 128 105 -
CMYK 0 0.44 0.54 0.11
HSL 11.31º 0.69% 0.65% -
HSV(B) 11.31º 0.54% 0.89% -
XYZ 41.95 32.79 17.48 -
YUV 154.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 227 128 105 0 0.44 0.54 0.11 11.31 0.69 0.65
Hex E3 80 69 0 2C 36 B B 45 41
Octal 343 200 151 0 54 66 13 13 105 101
Binary 11100011 10000000 1101001 0 101100 110110 1011 1011 1000101 1000001

Color Harmonies of #E38069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38069

Black with #E38069

Text Example


Text Example

White with #E38069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38069; }

 p { color: rgb(227,128,105); }

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

background-color css

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

 a { background-color: rgb(227,128,105); }

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

border-color css

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

 span { border-color: rgb(227,128,105); }

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