Html Css Color HEX #E67F6A New York Pink

📋 copy color: '#E67F6A'

red 230 ◦ green 127 ◦ blue 106

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

Shades of New York Pink #E67F6A

Tints of New York Pink #E67F6A

RGB

 RED value IS 230 (90.23% from 255) = 49.68%

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

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 49.68%
G = 27.43%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E67F6A (or 0xE67F6A) is known color: New York Pink. HEX triplet: E6, 7F and 6A. RGB value is (230,127,106). Sum of RGB (Red+Green+Blue) = 230+127+106=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67F6A is #198095. Grayscale: #9B9B9B. Windows color (decimal): -1671318 or 6979558. OLE color: 6979558.

HSL color Cylindrical-coordinate representation of color #E67F6A: hue angle of 10.16º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E67F6A is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 127 106 -
CMYK 0 0.45 0.54 0.10
HSL 10.16º 0.71% 0.66% -
HSV(B) 10.16º 0.54% 0.9% -
XYZ 42.82 33.04 17.76 -
YUV 155.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 230 127 106 0 0.45 0.54 0.10 10.16 0.71 0.66
Hex E6 7F 6A 0 2D 36 A A 47 42
Octal 346 177 152 0 55 66 12 12 107 102
Binary 11100110 1111111 1101010 0 101101 110110 1010 1010 1000111 1000010

Color Harmonies of #E67F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67F6A

Black with #E67F6A

Text Example


Text Example

White with #E67F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67F6A; }

 p { color: rgb(230,127,106); }

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

background-color css

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

 a { background-color: rgb(230,127,106); }

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

border-color css

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

 span { border-color: rgb(230,127,106); }

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