Html Css Color HEX #EBA48F Tonys Pink

📋 copy color: '#EBA48F'

red 235 ◦ green 164 ◦ blue 143

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

Shades of Tonys Pink #EBA48F

Tints of Tonys Pink #EBA48F

RGB

 RED value IS 235 (92.19% from 255) = 43.36%

 GREEN value IS 164 (64.45% from 255) = 30.26%

 BLUE value IS 143 (56.25% from 255) = 26.38%

R = 43.36%
G = 30.26%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBA48F (or 0xEBA48F) is known color: Tonys Pink. HEX triplet: EB, A4 and 8F. RGB value is (235,164,143). Sum of RGB (Red+Green+Blue) = 235+164+143=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA48F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA48F is #145B70. Grayscale: #B6B6B6. Windows color (decimal): -1334129 or 9413867. OLE color: 9413867.

HSL color Cylindrical-coordinate representation of color #EBA48F: hue angle of 13.7º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBA48F is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 143 -
CMYK 0 0.30 0.39 0.08
HSL 13.7º 0.7% 0.74% -
HSV(B) 13.7º 0.39% 0.92% -
XYZ 52.49 46.2 32.14 -
YUV 182.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 235 164 143 0 0.30 0.39 0.08 13.7 0.7 0.74
Hex EB A4 8F 0 1E 27 8 E 46 4A
Octal 353 244 217 0 36 47 10 16 106 112
Binary 11101011 10100100 10001111 0 11110 100111 1000 1110 1000110 1001010

Color Harmonies of #EBA48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA48F

Black with #EBA48F

Text Example


Text Example

White with #EBA48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA48F; }

 p { color: rgb(235,164,143); }

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

background-color css

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

 a { background-color: rgb(235,164,143); }

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

border-color css

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

 span { border-color: rgb(235,164,143); }

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