Html Css Color HEX #E1826B New York Pink

📋 copy color: '#E1826B'

red 225 ◦ green 130 ◦ blue 107

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

Shades of New York Pink #E1826B

Tints of New York Pink #E1826B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.14%

 BLUE value IS 107 (42.19% from 255) = 23.16%

R = 48.7%
G = 28.14%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1826B (or 0xE1826B) is known color: New York Pink. HEX triplet: E1, 82 and 6B. RGB value is (225,130,107). Sum of RGB (Red+Green+Blue) = 225+130+107=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1826B is #1E7D94. Grayscale: #9B9B9B. Windows color (decimal): -1998229 or 7045857. OLE color: 7045857.

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

Color convert

RGB 225 130 107 -
CMYK 0 0.42 0.52 0.12
HSL 11.69º 0.66% 0.65% -
HSV(B) 11.69º 0.52% 0.88% -
XYZ 41.69 33.03 18.09 -
YUV 155.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 225 130 107 0 0.42 0.52 0.12 11.69 0.66 0.65
Hex E1 82 6B 0 2A 34 C C 42 41
Octal 341 202 153 0 52 64 14 14 102 101
Binary 11100001 10000010 1101011 0 101010 110100 1100 1100 1000010 1000001

Color Harmonies of #E1826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1826B

Black with #E1826B

Text Example


Text Example

White with #E1826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1826B; }

 p { color: rgb(225,130,107); }

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

background-color css

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

 a { background-color: rgb(225,130,107); }

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

border-color css

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

 span { border-color: rgb(225,130,107); }

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