#EBA3C5

Color #EBA3C5 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #EBA3C5

Tints of Shocking #EBA3C5

Color information

#EBA3C5 (or 0xEBA3C5) is unknown color: approx Shocking. HEX triplet: EB, A3 and C5. RGB value is (235,163,197). Sum of RGB (Red+Green+Blue) = 235+163+197=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3C5 is #145C3A. Grayscale: #BCBCBC. Windows color (decimal): -1334331 or 12952555. OLE color: 12952555.

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

Color convert

RGB235163197-
CMYK00.310.160.08
HSL331.67º64.29%78.04%-
HSV(B)331.67º30.64%92.16%-
XYZ57.4447.8959.04-
YUV188.4132.85161.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 163 (64.06% from 255) = 27.39%
BLUE value IS 197 (77.34% from 255) = 33.11%
R=39.50%
G=27.39%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516319700.310.160.08331.6764.2978.04
HexEBA3C501F10814c404e
Octal3532433050372010514100116
Binary11101011101000111100010101111110000100010100110010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3C5; }

 p { color: rgb(235,163,197); }

 H1.HeaderClassName
 {
   color: #EBA3C5;
 }
 .AnyTagClassName
 {
   color: #EBA3C5;
 }
</style>
background-color css

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

 a { background-color: rgb(235,163,197); }

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

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

 span { border-color: rgb(235,163,197); }

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