Html Css Color HEX #E78A7E New York Pink

📋 copy color: '#E78A7E'

red 231 ◦ green 138 ◦ blue 126

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

Shades of New York Pink #E78A7E

Tints of New York Pink #E78A7E

RGB

 RED value IS 231 (90.63% from 255) = 46.67%

 GREEN value IS 138 (54.3% from 255) = 27.88%

 BLUE value IS 126 (49.61% from 255) = 25.45%

R = 46.67%
G = 27.88%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E78A7E (or 0xE78A7E) is known color: New York Pink. HEX triplet: E7, 8A and 7E. RGB value is (231,138,126). Sum of RGB (Red+Green+Blue) = 231+138+126=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78A7E is #187581. Grayscale: #A4A4A4. Windows color (decimal): -1602946 or 8293095. OLE color: 8293095.

HSL color Cylindrical-coordinate representation of color #E78A7E: hue angle of 6.86º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E78A7E is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 138 126 -
CMYK 0 0.40 0.45 0.09
HSL 6.86º 0.69% 0.7% -
HSV(B) 6.86º 0.45% 0.91% -
XYZ 45.81 36.67 24.4 -
YUV 164.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 231 138 126 0 0.40 0.45 0.09 6.86 0.69 0.7
Hex E7 8A 7E 0 28 2D 9 7 45 46
Octal 347 212 176 0 50 55 11 7 105 106
Binary 11100111 10001010 1111110 0 101000 101101 1001 111 1000101 1000110

Color Harmonies of #E78A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78A7E

Black with #E78A7E

Text Example


Text Example

White with #E78A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78A7E; }

 p { color: rgb(231,138,126); }

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

background-color css

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

 a { background-color: rgb(231,138,126); }

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

border-color css

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

 span { border-color: rgb(231,138,126); }

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