Html Css Color HEX #EBA5BE Shocking

📋 copy color: '#EBA5BE'

red 235 ◦ green 165 ◦ blue 190

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

Shades of Shocking #EBA5BE

Tints of Shocking #EBA5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.2%

R = 39.83%
G = 27.97%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBA5BE (or 0xEBA5BE) is known color: Shocking. HEX triplet: EB, A5 and BE. RGB value is (235,165,190). Sum of RGB (Red+Green+Blue) = 235+165+190=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5BE is #145A41. Grayscale: #BCBCBC. Windows color (decimal): -1333826 or 12494315. OLE color: 12494315.

HSL color Cylindrical-coordinate representation of color #EBA5BE: hue angle of 338.57º 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 #EBA5BE is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 190 -
CMYK 0 0.30 0.19 0.08
HSL 338.57º 0.64% 0.78% -
HSV(B) 338.57º 0.3% 0.92% -
XYZ 57.01 48.29 55.03 -
YUV 188.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 235 165 190 0 0.30 0.19 0.08 338.57 0.64 0.78
Hex EB A5 BE 0 1E 13 8 153 40 4E
Octal 353 245 276 0 36 23 10 523 100 116
Binary 11101011 10100101 10111110 0 11110 10011 1000 101010011 1000000 1001110

Color Harmonies of #EBA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5BE

Black with #EBA5BE

Text Example


Text Example

White with #EBA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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