Html Css Color HEX #E27F6F New York Pink

📋 copy color: '#E27F6F'

red 226 ◦ green 127 ◦ blue 111

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

Shades of New York Pink #E27F6F

Tints of New York Pink #E27F6F

RGB

 RED value IS 226 (88.67% from 255) = 48.71%

 GREEN value IS 127 (50% from 255) = 27.37%

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 48.71%
G = 27.37%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E27F6F (or 0xE27F6F) is known color: New York Pink. HEX triplet: E2, 7F and 6F. RGB value is (226,127,111). Sum of RGB (Red+Green+Blue) = 226+127+111=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27F6F is #1D8090. Grayscale: #9A9A9A. Windows color (decimal): -1933457 or 7307234. OLE color: 7307234.

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

Color convert

RGB 226 127 111 -
CMYK 0 0.44 0.51 0.11
HSL 8.35º 0.66% 0.66% -
HSV(B) 8.35º 0.51% 0.89% -
XYZ 41.82 32.5 19.11 -
YUV 154.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 226 127 111 0 0.44 0.51 0.11 8.35 0.66 0.66
Hex E2 7F 6F 0 2C 33 B 8 42 42
Octal 342 177 157 0 54 63 13 10 102 102
Binary 11100010 1111111 1101111 0 101100 110011 1011 1000 1000010 1000010

Color Harmonies of #E27F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27F6F

Black with #E27F6F

Text Example


Text Example

White with #E27F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27F6F; }

 p { color: rgb(226,127,111); }

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

background-color css

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

 a { background-color: rgb(226,127,111); }

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

border-color css

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

 span { border-color: rgb(226,127,111); }

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