Html Css Color HEX #E1826E New York Pink

📋 copy color: '#E1826E'

red 225 ◦ green 130 ◦ blue 110

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

Shades of New York Pink #E1826E

Tints of New York Pink #E1826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.66%

R = 48.39%
G = 27.96%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1826E (or 0xE1826E) is known color: New York Pink. HEX triplet: E1, 82 and 6E. RGB value is (225,130,110). Sum of RGB (Red+Green+Blue) = 225+130+110=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1826E is #1E7D91. Grayscale: #9C9C9C. Windows color (decimal): -1998226 or 7242465. OLE color: 7242465.

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

Color convert

RGB 225 130 110 -
CMYK 0 0.42 0.51 0.12
HSL 10.43º 0.66% 0.66% -
HSV(B) 10.43º 0.51% 0.88% -
XYZ 41.85 33.1 18.93 -
YUV 156.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 225 130 110 0 0.42 0.51 0.12 10.43 0.66 0.66
Hex E1 82 6E 0 2A 33 C A 42 42
Octal 341 202 156 0 52 63 14 12 102 102
Binary 11100001 10000010 1101110 0 101010 110011 1100 1010 1000010 1000010

Color Harmonies of #E1826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1826E

Black with #E1826E

Text Example


Text Example

White with #E1826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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