#EBA3C7

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

Shades of Shocking #EBA3C7

Tints of Shocking #EBA3C7

Color information

#EBA3C7 (or 0xEBA3C7) is unknown color: approx Shocking. HEX triplet: EB, A3 and C7. RGB value is (235,163,199). Sum of RGB (Red+Green+Blue) = 235+163+199=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 163 (64.06% from 255 or 27.30% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3C7 is #145C38. Grayscale: #BCBCBC. Windows color (decimal): -1334329 or 13083627. OLE color: 13083627.

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

Color convert

RGB235163199-
CMYK00.310.150.08
HSL330º64.29%78.04%-
HSV(B)330º30.64%92.16%-
XYZ57.6747.9860.25-
YUV188.63133.85161.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 163 (64.06% from 255) = 27.30%
BLUE value IS 199 (78.12% from 255) = 33.33%
R=39.36%
G=27.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516319900.310.150.0833064.2978.04
HexEBA3C701FF814a404e
Octal3532433070371710512100116
Binary1110101110100011110001110111111111100010100101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3C7; }

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

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

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

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

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

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

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

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