Html Css Color HEX #E1816D New York Pink

📋 copy color: '#E1816D'

red 225 ◦ green 129 ◦ blue 109

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

Shades of New York Pink #E1816D

Tints of New York Pink #E1816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.86%

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 48.6%
G = 27.86%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1816D (or 0xE1816D) is known color: New York Pink. HEX triplet: E1, 81 and 6D. RGB value is (225,129,109). Sum of RGB (Red+Green+Blue) = 225+129+109=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1816D is #1E7E92. Grayscale: #9B9B9B. Windows color (decimal): -1998483 or 7176673. OLE color: 7176673.

HSL color Cylindrical-coordinate representation of color #E1816D: hue angle of 10.34º 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 #E1816D is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 129 109 -
CMYK 0 0.43 0.52 0.12
HSL 10.34º 0.66% 0.65% -
HSV(B) 10.34º 0.52% 0.88% -
XYZ 41.66 32.81 18.61 -
YUV 155.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 225 129 109 0 0.43 0.52 0.12 10.34 0.66 0.65
Hex E1 81 6D 0 2B 34 C A 42 41
Octal 341 201 155 0 53 64 14 12 102 101
Binary 11100001 10000001 1101101 0 101011 110100 1100 1010 1000010 1000001

Color Harmonies of #E1816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1816D

Black with #E1816D

Text Example


Text Example

White with #E1816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1816D; }

 p { color: rgb(225,129,109); }

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

background-color css

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

 a { background-color: rgb(225,129,109); }

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

border-color css

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

 span { border-color: rgb(225,129,109); }

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