Html Css Color HEX #EBA5BB Shocking

📋 copy color: '#EBA5BB'

red 235 ◦ green 165 ◦ blue 187

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

Shades of Shocking #EBA5BB

Tints of Shocking #EBA5BB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.11%

 BLUE value IS 187 (73.44% from 255) = 31.86%

R = 40.03%
G = 28.11%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBA5BB (or 0xEBA5BB) is known color: Shocking. HEX triplet: EB, A5 and BB. RGB value is (235,165,187). Sum of RGB (Red+Green+Blue) = 235+165+187=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5BB is #145A44. Grayscale: #BCBCBC. Windows color (decimal): -1333829 or 12297707. OLE color: 12297707.

HSL color Cylindrical-coordinate representation of color #EBA5BB: hue angle of 341.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5BB is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 187 -
CMYK 0 0.30 0.20 0.08
HSL 341.14º 0.64% 0.78% -
HSV(B) 341.14º 0.3% 0.92% -
XYZ 56.69 48.16 53.32 -
YUV 188.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 235 165 187 0 0.30 0.20 0.08 341.14 0.64 0.78
Hex EB A5 BB 0 1E 14 8 155 40 4E
Octal 353 245 273 0 36 24 10 525 100 116
Binary 11101011 10100101 10111011 0 11110 10100 1000 101010101 1000000 1001110

Color Harmonies of #EBA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5BB

Black with #EBA5BB

Text Example


Text Example

White with #EBA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5BB; }

 p { color: rgb(235,165,187); }

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

background-color css

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

 a { background-color: rgb(235,165,187); }

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

border-color css

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

 span { border-color: rgb(235,165,187); }

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