Html Css Color HEX #E78A7D New York Pink

📋 copy color: '#E78A7D'

red 231 ◦ green 138 ◦ blue 125

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

Shades of New York Pink #E78A7D

Tints of New York Pink #E78A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 46.76%
G = 27.94%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E78A7D (or 0xE78A7D) is known color: New York Pink. HEX triplet: E7, 8A and 7D. RGB value is (231,138,125). Sum of RGB (Red+Green+Blue) = 231+138+125=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78A7D is #187582. Grayscale: #A4A4A4. Windows color (decimal): -1602947 or 8227559. OLE color: 8227559.

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

Color convert

RGB 231 138 125 -
CMYK 0 0.40 0.46 0.09
HSL 7.36º 0.69% 0.7% -
HSV(B) 7.36º 0.46% 0.91% -
XYZ 45.75 36.65 24.06 -
YUV 164.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 231 138 125 0 0.40 0.46 0.09 7.36 0.69 0.7
Hex E7 8A 7D 0 28 2E 9 7 45 46
Octal 347 212 175 0 50 56 11 7 105 106
Binary 11100111 10001010 1111101 0 101000 101110 1001 111 1000101 1000110

Color Harmonies of #E78A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78A7D

Black with #E78A7D

Text Example


Text Example

White with #E78A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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