Html Css Color HEX #E08A7B New York Pink

📋 copy color: '#E08A7B'

red 224 ◦ green 138 ◦ blue 123

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

Shades of New York Pink #E08A7B

Tints of New York Pink #E08A7B

RGB

 RED value IS 224 (87.89% from 255) = 46.19%

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

 BLUE value IS 123 (48.44% from 255) = 25.36%

R = 46.19%
G = 28.45%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E08A7B (or 0xE08A7B) is known color: New York Pink. HEX triplet: E0, 8A and 7B. RGB value is (224,138,123). Sum of RGB (Red+Green+Blue) = 224+138+123=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08A7B is #1F7584. Grayscale: #A2A2A2. Windows color (decimal): -2061701 or 8096480. OLE color: 8096480.

HSL color Cylindrical-coordinate representation of color #E08A7B: hue angle of 8.91º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E08A7B is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 138 123 -
CMYK 0 0.38 0.45 0.12
HSL 8.91º 0.62% 0.68% -
HSV(B) 8.91º 0.45% 0.88% -
XYZ 43.4 35.45 23.29 -
YUV 162 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 224 138 123 0 0.38 0.45 0.12 8.91 0.62 0.68
Hex E0 8A 7B 0 26 2D C 9 3E 44
Octal 340 212 173 0 46 55 14 11 76 104
Binary 11100000 10001010 1111011 0 100110 101101 1100 1001 111110 1000100

Color Harmonies of #E08A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A7B

Black with #E08A7B

Text Example


Text Example

White with #E08A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A7B; }

 p { color: rgb(224,138,123); }

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

background-color css

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

 a { background-color: rgb(224,138,123); }

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

border-color css

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

 span { border-color: rgb(224,138,123); }

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