Html Css Color HEX #EBA191 Tonys Pink

📋 copy color: '#EBA191'

red 235 ◦ green 161 ◦ blue 145

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

Shades of Tonys Pink #EBA191

Tints of Tonys Pink #EBA191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.76%

 BLUE value IS 145 (57.03% from 255) = 26.8%

R = 43.44%
G = 29.76%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBA191 (or 0xEBA191) is known color: Tonys Pink. HEX triplet: EB, A1 and 91. RGB value is (235,161,145). Sum of RGB (Red+Green+Blue) = 235+161+145=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA191 is #145E6E. Grayscale: #B5B5B5. Windows color (decimal): -1334895 or 9544171. OLE color: 9544171.

HSL color Cylindrical-coordinate representation of color #EBA191: hue angle of 10.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBA191 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 161 145 -
CMYK 0 0.31 0.38 0.08
HSL 10.67º 0.69% 0.75% -
HSV(B) 10.67º 0.38% 0.92% -
XYZ 52.12 45.2 32.76 -
YUV 181.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 235 161 145 0 0.31 0.38 0.08 10.67 0.69 0.75
Hex EB A1 91 0 1F 26 8 B 45 4B
Octal 353 241 221 0 37 46 10 13 105 113
Binary 11101011 10100001 10010001 0 11111 100110 1000 1011 1000101 1001011

Color Harmonies of #EBA191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA191

Black with #EBA191

Text Example


Text Example

White with #EBA191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA191; }

 p { color: rgb(235,161,145); }

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

background-color css

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

 a { background-color: rgb(235,161,145); }

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

border-color css

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

 span { border-color: rgb(235,161,145); }

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